Encrypt(string, RSAParameters)
public static byte Encrypt(string message, RSAParameters rsaParameters)
- Returns:
- byte
Parameters
message
string
rsaParameters
RSAParameters
Encrypt(string, string)
public static byte Encrypt(string message, string rsaParametersXml)
- Returns:
- byte
Parameters
message
string
rsaParametersXml
string
Encrypt(string, RSA)
public static byte Encrypt(string message, RSA rsa)
- Returns:
- byte
Parameters
message
string
rsa
RSA