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

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

공개 메소드들

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

Creates a new set of client credentials.

비공개 메소드들

메소드 설명
ComputeClientSignature ( byte authMessage ) : byte[]
ComputeServerSignature ( byte authMessage ) : byte[]
SetServerValues ( HashMethod hashMethod, byte salt, int iterations ) : void

Sets the server parameters and regenerates the salted password if the salt values have changed.

메소드 상세

AuthenticateAsClient() 공개 메소드

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

ScramClient() 공개 메소드

Creates a new set of client credentials.
public ScramClient ( string username, string password ) : System.IO
username string
password string
리턴 System.IO