Table of Contents

Method Decode

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

Decode(string)

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

public static byte[] Decode(string src)

Parameters

src string

Base 32 encoded NKey.

Returns

byte[]