Apitron.PDF.Kit library for .NET
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Top
Top
This interface represents a custom security handler
Namespace: Apitron.PDF.Kit.Security
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax
The ICustomSecurityHandler type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | EncryptionLevel |
Gets or sets the encryption level.
|
![]() | FilterName |
Gets or sets the name of the filter.
|
![]() | Name |
Gets or sets the name of the security handler.
|
Methods
Name | Description | |
---|---|---|
![]() | Authenticate |
Gets the encryption key. This method is invoked when login information are recieved.
|
![]() | Initialize |
Initializes the encryption. This method is invoked when need to initialize encryption process.
|
See Also