Click or drag to resize

PdfEncryptionKeySize Enumeration

Note: This API is now obsolete.

Specifies length of the encryption key for encryption.

Namespace: Spire.Pdf.Security
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
[ObsoleteAttribute("This enum may be removed in the future.")]
public enum PdfEncryptionKeySize
Members
Member name Value Description
Key40Bit 1 The key is 40 bit long.
Key128Bit 2 The key is 128 bit long.
Key256Bit 3 The key is 256 bit long.
See Also