Tungsten
![]() |
AssymetricEncryptionDecrypt Method |
Decrypts data with the local private key
Namespace: W.Encryption
Assembly: Tungsten.Encryption (in Tungsten.Encryption.dll) Version: 2.0.2

C#
public bool Decrypt( ref byte[] bytes )
Parameters
- bytes
- Type: SystemByte
The data to decrypt
Return Value
Type: BooleanThe decrypted data
