|
@@ -25,11 +25,13 @@ namespace Essensoft.AspNetCore.Payment.Alipay
|
|
|
|
|
|
|
|
/// <summary>
|
|
/// <summary>
|
|
|
/// RSA 支付宝公钥
|
|
/// RSA 支付宝公钥
|
|
|
|
|
+ /// 加签方式为公钥证书时,为空
|
|
|
/// </summary>
|
|
/// </summary>
|
|
|
public string AlipayPublicKey { get; set; }
|
|
public string AlipayPublicKey { get; set; }
|
|
|
|
|
|
|
|
/// <summary>
|
|
/// <summary>
|
|
|
/// RSA 应用私钥
|
|
/// RSA 应用私钥
|
|
|
|
|
+ /// 加签方式为公钥证书时,为证书对应的私钥
|
|
|
/// </summary>
|
|
/// </summary>
|
|
|
public string AppPrivateKey { get; set; }
|
|
public string AppPrivateKey { get; set; }
|
|
|
|
|
|
|
@@ -92,7 +94,7 @@ namespace Essensoft.AspNetCore.Payment.Alipay
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/// <summary>
|
|
/// <summary>
|
|
|
- /// 公钥证书
|
|
|
|
|
|
|
+ /// 支付宝公钥证书
|
|
|
/// </summary>
|
|
/// </summary>
|
|
|
public string AlipayPublicCert
|
|
public string AlipayPublicCert
|
|
|
{
|
|
{
|