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)