Table of Contents

Struct SecureMessageSignature

Namespace
Obsidian.API
Assembly
Obsidian.API.dll
public readonly struct SecureMessageSignature
Inherited Members

Properties

Salt

public long Salt { get; init; }

Property Value

long

Timestamp

public DateTimeOffset Timestamp { get; init; }

Property Value

DateTimeOffset

Username

public string Username { get; init; }

Property Value

string

Value

public byte[] Value { get; init; }

Property Value

byte[]