'宣言 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.WPF.Pdf.PdfEncryptionType