System.Security.Cryptography.RSACryptoServiceProvider
public byte[]
Decrypt(
byte[]
rgb,
bool fOAEP)
public byte[]
Encrypt(
byte[]
rgb,
bool fOAEP)
public byte[]
SignData(
byte[]
buffer,
int offset,
int count,
object halg)
public byte[]
SignData(
byte[]
buffer,
object halg)
public byte[]
SignHash(
byte[]
rgbHash,
string str)
public bool VerifyData(
byte[]
buffer,
object halg,
byte[]
signature)
public bool VerifyHash(
byte[]
rgbHash,
string str,
byte[]
rgbSignature)