Click or drag to resize

NQCryptDecryptDecrypt Method (Byte, String)

Decrypt bytes into bytes using a password.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static byte[] Decrypt(
	byte[] cipherData,
	string Password
)

Parameters

cipherData
Type: SystemByte
The data to be decrypted.
Password
Type: SystemString
The password with which the data was encrypted.

Return Value

Type: Byte
The resulting decrypted data.
See Also