PdfEncryptionAlgorithm Enumeration
|
Specifies the type of encryption algorithm.
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public enum PdfEncryptionAlgorithm
Public Enumeration PdfEncryptionAlgorithm
public enum class PdfEncryptionAlgorithm
type PdfEncryptionAlgorithm
Members
|
Member name
|
Value
|
Description
|
|
RC4_40
|
0
|
RC4 algorithm for 40-bit key.
|
|
RC4_128
|
1
|
RC4 algorithm for 128-bit key.
|
|
AES_128
|
2
|
AES algorithm for 128-bit key.
|
|
AES_256
|
3
|
AES algorithm for 256-bit key.
|
See Also