FlexReport for WPF
PdfEncryptionType 列挙体


C1.WPF.Document アセンブリ > C1.WPF.Document.Export 名前空間 : PdfEncryptionType 列挙体
PDF セキュリティに使用される暗号化のタイプを指定します。
シンタックス
'宣言
 
Public Enum PdfEncryptionType 
   Inherits System.Enum
'使用法
 
Dim instance As PdfEncryptionType
public enum PdfEncryptionType : System.Enum 
メンバ
メンバ解説
Aes128AES 128 ビット暗号化アルゴリズム。
NotPermitFIPS 準拠のため、暗号化を使用できません(MD5 および AES128 は FIPS 準拠ではありません)。
Standard128標準 128 ビット暗号化アルゴリズム。
Standard40標準 40 ビット暗号化アルゴリズム。
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.WPF.Document.Export.PdfEncryptionType

参照

C1.WPF.Document.Export 名前空間