Tungsten
![]() |
RSADecrypt Method (Byte) |
Decrypts a byte[] (previously encrypted with the Encrypt method)
Namespace: W.Encryption
Assembly: Tungsten.Encryption (in Tungsten.Encryption.dll) Version: 2.0.2

C#
public byte[] Decrypt( byte[] bytes )
Parameters
- bytes
- Type: SystemByte
The encrypted byte[]
Return Value
Type: ByteA byte[] containing the decrypted value
