Table of Contents

Struct SrpProofBroadcast

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

Broadcast sent by the client to prove SRP authentication, containing the proof value.

public struct SrpProofBroadcast : IBroadcast
Implements
IBroadcast
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