mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-07-18 22:35:46 +08:00
10 lines
205 B
C#
10 lines
205 B
C#
namespace SKIT.FlurlHttpClient.Wechat.Api.Constants
|
|
{
|
|
public static class SecureApiAsymmetricAlgorithms
|
|
{
|
|
public const string RSA = "RSA";
|
|
|
|
public const string SM2 = "SM2";
|
|
}
|
|
}
|