Specifies the type of encryption algorithm used.
Namespace: Spire.Pdf.SecurityAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum PdfEncryptionAlgorithm
Public Enumeration PdfEncryptionAlgorithm
public enum class PdfEncryptionAlgorithm
type PdfEncryptionAlgorithm
Members
| Member | Value | Description |
|---|---|---|
| RC4 | 1 |
The encryption algorithm is RC4.
|
| AES | 2 |
The encryption algorithm is AES.
|