EncryptionKeySize Enumeration

This enumeration contains the possible values of the length of the encryption key used to encrypt a PDF document

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public enum EncryptionKeySize

Members

EncryptKey40Bit1 A 40 bit length.
EncryptKey128Bit2 A 128 bit length.
EncryptKey256Bit3 A 256 bit length.

See Also