SecretEncryptionUtils..::..GetTxEncryptionSeed Method

Gets the tx encryption key.

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

Syntax


public Task<byte[]> GetTxEncryptionSeed(
	byte[] nonce
)

Parameters

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

Return Value

System.Byte[].