Tungsten
RSAMethodsDecrypt Method |
Decrypts a byte array which was previously encrypted with the Encrypt method
Namespace: W.Encryption
Assembly: Tungsten.Encryption (in Tungsten.Encryption.dll) Version: 2.0.2
Syntax
C#
public static byte[] Decrypt( byte[] bytes, RSAParameters key )
Parameters
- bytes
- Type: SystemByte
The encrypted data - key
- Type: System.Security.CryptographyRSAParameters
The key to decrypt the data
Return Value
Type: ByteA byte array containing the decrypted value
See Also