'DeclarationPublic Enum PdfEncryptionType Inherits System.Enum
public enum PdfEncryptionType : System.Enum
'DeclarationPublic Enum PdfEncryptionType Inherits System.Enum
public enum PdfEncryptionType : System.Enum
| Member | Description |
|---|---|
| Aes128 | AES 128 bit encryption algorithm. |
| NotPermit | Encryption is unavailable due to FIPS compliance (MD5 and AES128 are not FIPS-compliant). |
| Standard128 | Standard 128 bit encryption algorithm. |
| Standard40 | Standard 40 bit encryption algorithm. |
System.Object
System.ValueType
System.Enum
C1.Xaml.Pdf.PdfEncryptionType