arachnode.net

Encryption.DecryptRijndaelManaged(String, Byte, Byte) Method

Decrypts the rijndael managed.

public static string DecryptRijndaelManaged(
   string toBeDecrypted,
   byte[] key,
   byte[] iv
);

Parameters

toBeDecrypted
To be decrypted.
key
The key.
iv
The iv.

Return Value

See Also

Encryption Class | Arachnode.Security Namespace | Encryption.DecryptRijndaelManaged Overload List