コード例 #1
0
ファイル: RSAKeyPair.cs プロジェクト: heksesang/sharpotify
 public RSAKeyPair(RSAPrivateKey privateKey, RSAPublicKey publicKey)
 {
     this._privateKey = privateKey;
     this._publicKey = publicKey;
 }
コード例 #2
0
 public RSAKeyPair(RSAPrivateKey privateKey, RSAPublicKey publicKey)
 {
     this._privateKey = privateKey;
     this._publicKey  = publicKey;
 }