ICustomSecurityHandler Interface

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
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

public interface ICustomSecurityHandler

The ICustomSecurityHandler type exposes the following members.

Properties

  NameDescription
Public propertyEncryptionLevel
Gets or sets the encryption level.
Public propertyFilterName
Gets or sets the name of the filter.
Public propertyName
Gets or sets the name of the security handler.
Top
Methods

  NameDescription
Public methodAuthenticate
Gets the encryption key. This method is invoked when login information are recieved.
Public methodInitialize
Initializes the encryption. This method is invoked when need to initialize encryption process.
Top
See Also

Reference