Inheritance: Asn1Encodable, IAsn1Choice
コード例 #1
0
ファイル: PKIArchiveOptions.cs プロジェクト: htlp/itextsharp
 public PkiArchiveOptions(EncryptedKey encKey)
 {
     this.value = encKey;
 }
コード例 #2
0
 public PkiArchiveOptions(EncryptedKey encKey)
 {
     this.value = encKey;
 }