Decrypt(byte, RSAParameters)

public static string Decrypt(byte cipherText, RSAParameters rsaParameters)
Returns:
string

Parameters

cipherText byte
rsaParameters RSAParameters

Decrypt(byte, string)

public static string Decrypt(byte cipherText, string rsaParametersXml)
Returns:
string

Parameters

cipherText byte
rsaParametersXml string
In this article