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