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