C# Class Lidgren.Network.Authentication.NetSRP.Verification

This is the Secure Remote Password Protocol Verification object. Claire and Bob need to validate all their computed and received information. So, they use all their information on both ends to validate all the information on the opposed end.
Inheritance: Packet
Exibir arquivo Open project: SleeplessByte/lidgren-srp6a Class Usage Examples

Public Properties

Property Type Description
M Byte[]

Public Methods

Method Description
Verification ( ) : System

Creates a new SRPVerification

Verification ( Byte M ) : System

Creates a new SRPVerification

Protected Methods

Method Description
Gets ( NetIncomingMessage message ) : void

Gets data from message

Puts ( NetOutgoingMessage message ) : void

Puts data in message

Method Details

Gets() protected method

Gets data from message
protected Gets ( NetIncomingMessage message ) : void
message NetIncomingMessage
return void

Puts() protected method

Puts data in message
protected Puts ( NetOutgoingMessage message ) : void
message NetOutgoingMessage
return void

Verification() public method

Creates a new SRPVerification
public Verification ( ) : System
return System

Verification() public method

Creates a new SRPVerification
public Verification ( Byte M ) : System
M Byte Verification Value (M or M2)
return System

Property Details

M public_oe property

public Byte[] M
return Byte[]