Apitron.PDF.Rasterizer library for .NET
Assembly: Apitron.PDF.Rasterizer (in Apitron.PDF.Rasterizer.dll) Version: 3.0.154.0 (3.0.154.0)
Top
Top
This interface represents a custom security handler for None
Namespace: Apitron.PDF.Rasterizer.Security
Assembly: Apitron.PDF.Rasterizer (in Apitron.PDF.Rasterizer.dll) Version: 3.0.154.0 (3.0.154.0)
Syntax
The IExtendedCustomSecurityHandler type exposes the following members.
Properties
Name | Description | |
---|---|---|
EncryptionLevel |
Gets or sets the encryption level.
(Inherited from ICustomSecurityHandler.) | |
FilterName |
Gets or sets the name of the filter.
(Inherited from ICustomSecurityHandler.) | |
Name |
Gets or sets the name of the security handler.
(Inherited from ICustomSecurityHandler.) |
Methods
Name | Description | |
---|---|---|
Authenticate |
Gets the encryption key. This method is invoked when login information are recieved.
(Inherited from ICustomSecurityHandler.) | |
Decrypt |
Decrypts the specified data. Should be implemented only for None | |
Encrypt |
Encrypts the specified data. Should be implemented only for None | |
Initialize |
Initializes the encryption. This method is invoked when need to initialize encryption process.
(Inherited from ICustomSecurityHandler.) |
See Also