ICustomSecurityHandler.Initialize

ICustomSecurityHandler.Initialize method

Called to initialize the current instance for encryption. Note that when encrypting, it will be filled with the data of the transferred properties ICustomSecurityHandler, and when opening the document from the encryption dictionary. If the method is called during new encryption, then UserKey and OwnerKey will be null.

public void Initialize(EncryptionParameters parameters)
ParameterTypeDescription
parametersEncryptionParametersThe encryption parameters.

See Also