SecretEncryptionUtils Constructor
Initializes a new instance of the SecretEncryptionUtils class.
Namespace:
SecretNET.CommonAssembly: SecretNET (in SecretNET.dll)
Syntax
public SecretEncryptionUtils( string chainId, IRegistrationQueryClient registrationQuerier, byte[] seed )
Parameters
- chainId
- Type: String
The chain identifier.
- registrationQuerier
- Type: SecretNET.Query..::..IRegistrationQueryClient
The registration querier.
- seed
- Type: array<Byte>[]()[][]
The tx encryption key / seed from which the encryption key for encrypting the transactions is generated.