IExtendedCustomSecurityHandler Interface

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This interface represents a custom security handler for None

Namespace:  Apitron.PDF.Kit.Security
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public interface IExtendedCustomSecurityHandler : ICustomSecurityHandler

The IExtendedCustomSecurityHandler type exposes the following members.

Properties

  NameDescription
Public propertyEncryptionLevel
Gets or sets the encryption level.
(Inherited from ICustomSecurityHandler.)
Public propertyFilterName
Gets or sets the name of the filter.
(Inherited from ICustomSecurityHandler.)
Public propertyName
Gets or sets the name of the security handler.
(Inherited from ICustomSecurityHandler.)
Top
Methods

  NameDescription
Public methodAuthenticate
Gets the encryption key. This method is invoked when login information are recieved.
(Inherited from ICustomSecurityHandler.)
Public methodDecrypt
Decrypts the specified data. Should be implemented only for None
Public methodEncrypt
Encrypts the specified data. Should be implemented only for None
Public methodInitialize
Initializes the encryption. This method is invoked when need to initialize encryption process.
(Inherited from ICustomSecurityHandler.)
Top
See Also

Reference