2024-05-22 17:32:56 +08:00
|
|
|
namespace SKIT.FlurlHttpClient.Wechat.Api.Constants
|
|
|
|
{
|
2024-06-21 18:50:26 +08:00
|
|
|
public static class SecureApiAsymmetricAlgorithms
|
2024-05-22 17:32:56 +08:00
|
|
|
{
|
|
|
|
public const string RSA = "RSA";
|
|
|
|
|
|
|
|
public const string SM2 = "SM2";
|
|
|
|
}
|
|
|
|
}
|