ICustomSecurityHandlerInitialize Method

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

Namespace:  Apitron.PDF.Rasterizer.Security
Assembly:  Apitron.PDF.Rasterizer (in Apitron.PDF.Rasterizer.dll) Version: 3.0.154.0 (3.0.154.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