Click or drag to resize

EncryptionKeySize Enumeration

The length of the encryption key.

Namespace: ExpertPdf.PDFSecurity
Assembly: epsecurepdf (in epsecurepdf.dll) Version: 9.0
Syntax
public enum EncryptionKeySize
Members
Member nameValueDescription
EncryptKey40Bit1 A 40 bit length.
EncryptKey128Bit2 A 128 bit length.
EncryptKey256Bit3 A 256 bit length.
See Also