Aspose::Pdf::Security::ICustomSecurityHandler::Initialize method

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 EncryptionParameters::UserKey and EncryptionParameters::OwnerKey will be null.

virtual void Aspose::Pdf::Security::ICustomSecurityHandler::Initialize(System::SharedPtr<EncryptionParameters> parameters)=0
ParameterTypeDescription
parametersSystem::SharedPtr<EncryptionParameters>The encryption parameters.

See Also