ICustomSecurityHandler.Initialize
ICustomSecurityHandler.Initialize method
Called to initialize the current instance for encryption. Note that when encrypting, it will be filled with the data of the transferred properties ICustomSecurityHandler
, and when opening the document from the encryption dictionary. If the method is called during new encryption, then UserKey
and OwnerKey
will be null.
public void Initialize(EncryptionParameters parameters)
Parameter | Type | Description |
---|---|---|
parameters | EncryptionParameters | The encryption parameters. |
See Also
- class EncryptionParameters
- interface ICustomSecurityHandler
- namespace Aspose.Pdf.Security
- assembly Aspose.PDF