AssymetricEncryption.Decrypt Method

Tungsten Suite

AssymetricEncryptionDecrypt Method

Decrypts data with the local private key

Namespace:  W.Encryption
Assembly:  Tungsten.Encryption (in Tungsten.Encryption.dll) Version: 2.0.2
Syntax
C#
public bool Decrypt(
	ref byte[] bytes
)

Parameters

bytes
Type: SystemByte
The data to decrypt

Return Value

Type: Boolean
The decrypted data
See Also