Table of Contents

Struct KeygenSecret

Namespace
SodotSDK
Assembly
Unity.Temp.dll

A hex string that represents a secret value that must be provided when participating in keygen.

public struct KeygenSecret
Inherited Members

Constructors

KeygenSecret(byte[])

Initializes a new instance of the KeygenSecret struct.

public KeygenSecret(byte[] data)

Parameters

data byte[]

The raw bytes of the private key.

Properties

Data

Gets or sets the raw bytes of the private key data.

public byte[] Data { readonly get; set; }

Property Value

byte[]