C# 클래스 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.
상속: Packet
파일 보기 프로젝트 열기: SleeplessByte/lidgren-srp6a 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
M Byte[]

공개 메소드들

메소드 설명
Verification ( ) : System

Creates a new SRPVerification

Verification ( Byte M ) : System

Creates a new SRPVerification

보호된 메소드들

메소드 설명
Gets ( NetIncomingMessage message ) : void

Gets data from message

Puts ( NetOutgoingMessage message ) : void

Puts data in message

메소드 상세

Gets() 보호된 메소드

Gets data from message
protected Gets ( NetIncomingMessage message ) : void
message NetIncomingMessage
리턴 void

Puts() 보호된 메소드

Puts data in message
protected Puts ( NetOutgoingMessage message ) : void
message NetOutgoingMessage
리턴 void

Verification() 공개 메소드

Creates a new SRPVerification
public Verification ( ) : System
리턴 System

Verification() 공개 메소드

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

프로퍼티 상세

M 공개적으로 프로퍼티

public Byte[] M
리턴 Byte[]