SecretEncryptionUtils..::..Decrypt Method

Decrypts the specified ciphertext.

Namespace:  SecretNET.Common
Assembly:  SecretNET (in SecretNET.dll)

Syntax


public Task<byte[]> Decrypt(
	byte[] ciphertext,
	byte[] nonce
)

Parameters

ciphertext
Type: array<Byte>[]()[][]
The ciphertext.
nonce
Type: array<Byte>[]()[][]
The nonce.

Return Value

System.Byte[].