<PackageReference Include="NETStandard.Library" Version="2.0.0" />
System.Security.Cryptography.DSACryptoServiceProvider
public byte[]
SignData(
byte[]
buffer,
int offset,
int count)
public byte[]
SignHash(
byte[]
rgbHash,
string str)
public bool VerifyData(
byte[]
rgbData,
byte[]
rgbSignature)
public bool VerifyHash(
byte[]
rgbHash,
string str,
byte[]
rgbSignature)