mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
C#SDK提交
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user