Table of Contents

Class NKeys

Namespace
NATS.Client.Core
Assembly
NATS.Client.Core.dll

NKeys is a class provided to manipulate NKeys and generate NKeyPairs.

public class NKeys
Inheritance
NKeys
Inherited Members

Methods

CreateAccountSeed()

Creates a private account seed String.

CreateOperatorSeed()

Creates a private operator seed String.

CreateUserSeed()

Creates a private user seed String.

Decode(string)

Decodes a base 32 encoded NKey into a nkey seed and verifies the checksum.

FromSeed(string)

Creates an NKeyPair from a private seed String.

PublicKeyFromSeed(string)

Returns a seed's public key.

Wipe(ref byte[])

Wipes a byte array.

Wipe(string)

Wipes a string.