'宣言 Public Enum PdfEncryptionType Inherits System.Enum
public enum PdfEncryptionType : System.Enum
'宣言 Public Enum PdfEncryptionType Inherits System.Enum
public enum PdfEncryptionType : System.Enum
メンバ | 解説 |
---|---|
Aes128 | AES 128 ビット暗号化アルゴリズム。 |
NotPermit | FIPS 準拠のため暗号化を使用できない(MD5 と AES128 は FIPS 非準拠)。 |
Standard128 | 標準 128 ビット暗号化アルゴリズム。 |
Standard40 | 標準 40 ビット暗号化アルゴリズム。 |
System.Object
System.ValueType
System.Enum
C1.C1Pdf.PdfEncryptionType