C# 클래스 GSF.Security.Authentication.SrpClient

Provides simple password based authentication that uses Secure Remote Password.
파일 보기 프로젝트 열기: GridProtectionAlliance/openHistorian 1 사용 예제들

공개 메소드들

메소드 설명
AuthenticateAsClient ( Stream stream, byte additionalChallenge = null ) : bool
SrpClient ( string username, string password ) : System

Creates a client that will authenticate with the specified username and password.

비공개 메소드들

메소드 설명
Authenticate ( Stream stream, byte additionalChallenge ) : bool
ResumeSession ( Stream stream, byte additionalChallenge ) : bool
SetHashMethod ( HashMethod hashMethod ) : void
SetSrpStrength ( SrpStrength strength ) : void

메소드 상세

AuthenticateAsClient() 공개 메소드

public AuthenticateAsClient ( Stream stream, byte additionalChallenge = null ) : bool
stream Stream
additionalChallenge byte
리턴 bool

SrpClient() 공개 메소드

Creates a client that will authenticate with the specified username and password.
public SrpClient ( string username, string password ) : System
username string the username
password string the password
리턴 System