CreateClientOptions..::..EncryptionSeed Property

The tx encryption key / seed is used to encrypt transactions and will allow tx decryption at a later time. If no value is set (and no EncryptionUtils) a new tx encryption key / seed will be generated (Keplr style) by signing a message with the private key and deriving the key / seed from it.. If EncryptionUtils are manually provided this value gets ignored.

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

Syntax


public byte[] EncryptionSeed { get; set; }

Field Value

The encryption seed.