Enum PdfEncryptionKeySize
Specifies length of the encryption key for encryption.
public enum PdfEncryptionKeySize
Fields
Key128Bit = 2
The key is 128 bit long.
Key256Bit = 3
The key is 256 bit long.
Key40Bit = 1
The key is 40 bit long.
Specifies length of the encryption key for encryption.
public enum PdfEncryptionKeySize
Key128Bit = 2
The key is 128 bit long.
Key256Bit = 3
The key is 256 bit long.
Key40Bit = 1
The key is 40 bit long.