RSA.Decrypt Method (Byte[])

Tungsten Suite

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
Syntax
C#
public byte[] Decrypt(
	byte[] bytes
)

Parameters

bytes
Type: SystemByte
The encrypted byte[]

Return Value

Type: Byte
A byte[] containing the decrypted value
See Also