ICustomSecurityHandlerInitialize Method

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Initializes the encryption. This method is invoked when need to initialize encryption process.

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

byte[] Initialize(
	IDictionary<string, Object> privateData,
	string filterName
)

Parameters

privateData
Type: System.Collections.GenericIDictionaryString, Object
The private data. This data may be used as an additional information to authenticate.
filterName
Type: SystemString
Name of the filter.

Return Value

Type: Byte
The encryption key that will be used for encryption.
See Also

Reference