Struct SrpProofBroadcast
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