mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-07-19 07:44:46 +08:00
10 lines
207 B
C#
10 lines
207 B
C#
![]() |
namespace SKIT.FlurlHttpClient.Wechat.Api.Constants
|
||
|
{
|
||
|
public static class SecurityApiAsymmetricAlgorithms
|
||
|
{
|
||
|
public const string RSA = "RSA";
|
||
|
|
||
|
public const string SM2 = "SM2";
|
||
|
}
|
||
|
}
|