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 SecurityInheritance
Inherited Members
- object.GetType(),
- object.MemberwiseClone(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
Methods
Process(EncryptOptions)
Encrypt PDF Document.
public static ResultContainer Process(EncryptOptions options)Parameters
optionsEncryptOptions: An options object containing instructions for the operation.
Returns
ResultContainer : An object containing the result of the operation.
Exceptions
If options not set.
Process(DecryptOptions)
Decrypt PDF Document.
public static ResultContainer Process(DecryptOptions options)Parameters
optionsDecryptOptions: An options object containing instructions for the operation.
Returns
ResultContainer : An object containing the result of the operation.
Exceptions
If options not set.
Namespace: Documentize Assembly: Documentize.dll