C#SDK提交

This commit is contained in:
tanghc
2019-04-04 17:41:41 +08:00
parent 2feb7a77e1
commit 0b748cbad9

View File

@@ -5,6 +5,10 @@ using System.Text;
namespace SDKCSharp.Utility namespace SDKCSharp.Utility
{ {
/// <summary>
/// .NET Core 使用RSA算法 加密/解密/签名/验证签名
/// https://www.cnblogs.com/stulzq/p/7757915.html
/// </summary>
public class RSAHelper public class RSAHelper
{ {
private readonly RSA _privateKeyRsaProvider; private readonly RSA _privateKeyRsaProvider;