コード例 #1
0
 public MerchantApiClient(string merchantId, string userId, RSA privateKey)
 {
     auth = new MerchantApiKeyAuth(merchantId, userId, privateKey);
 }
コード例 #2
0
ファイル: Program.cs プロジェクト: cpple/csharp-rsa-example
 public MerchantApiClient(string merchantId, string userId, RSA privateKey)
 {
     auth = new MerchantApiKeyAuth(merchantId, userId, privateKey);
 }