Table of Contents

Struct SrpProofDto

Namespace
FishMMO.Auth.Core
Assembly
FishMMO-AuthShared.dll

DTO for SRP proof step, containing the proof value. Mirrors SrpProofBroadcast.

public struct SrpProofDto
Inherited Members

Fields

Proof

SRP proof value for authentication.

public byte[] Proof

Field Value

byte[]

Seq

Explicit message sequence number (client->server).

public uint Seq

Field Value

uint