Class Security

Info

Represents Documentize.Security plugin. Used to encrypt and decrypt PDF documents.

[Obsolete("The class will be deleted soon. Please use PdfSecurity class.")]
public static class Security

Inheritance

objectSecurity

Inherited Members

Methods

Process(EncryptOptions)

Encrypt PDF Document.

public static ResultContainer Process(EncryptOptions options)

Parameters

  • options EncryptOptions: An options object containing instructions for the operation.

Returns

ResultContainer : An object containing the result of the operation.

Exceptions

ArgumentException

If options not set.

Process(DecryptOptions)

Decrypt PDF Document.

public static ResultContainer Process(DecryptOptions options)

Parameters

  • options DecryptOptions: An options object containing instructions for the operation.

Returns

ResultContainer : An object containing the result of the operation.

Exceptions

ArgumentException

If options not set.

Namespace: Documentize Assembly: Documentize.dll

 English