Namespace: BitMiracle.Docotic.Pdf
public sealed class PdfStandardEncryptionHandler : PdfEncryptionHandler
Public NotInheritable Class PdfStandardEncryptionHandler Inherits PdfEncryptionHandler
The PdfStandardEncryptionHandler type exposes the following members.
Name | Description | |
---|---|---|
![]() | PdfStandardEncryptionHandler |
Creates a new instance of Standard Security encryption handler with the specified
owner and user passwords.
|
Name | Description | |
---|---|---|
![]() | Algorithm |
Gets or sets the encryption algorithm to use while encrypting data.
(Inherited from PdfEncryptionHandler.) |
![]() | EncryptMetadata |
Gets or sets the value indicating whether to encrypt document metadata.
|
![]() | OwnerPassword |
Gets the owner password to use while encrypting data.
|
![]() | UserPassword |
Gets the user password to use while encrypting data.
|
![]() | UserPermissions |
Gets the interface for the user access permissions.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString |
Returns a String that represents this instance.
(Overrides Object.ToString().) |