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

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

공개 프로퍼티들

프로퍼티 타입 설명
Users ScramUserCredentials

공개 메소드들

메소드 설명
AuthenticateAsServer ( Stream stream, byte additionalChallenge = null ) : ScramServerSession

Requests that the provided stream be authenticated

ScramServer ( ) : System.IO

메소드 상세

AuthenticateAsServer() 공개 메소드

Requests that the provided stream be authenticated
public AuthenticateAsServer ( Stream stream, byte additionalChallenge = null ) : ScramServerSession
stream System.IO.Stream
additionalChallenge byte Additional data to include in the challenge. If using SSL certificates, /// adding the thumbprint to the challenge will allow detecting man in the middle attacks.
리턴 ScramServerSession

ScramServer() 공개 메소드

public ScramServer ( ) : System.IO
리턴 System.IO

프로퍼티 상세

Users 공개적으로 프로퍼티

Contains the user credentials database
public ScramUserCredentials Users
리턴 ScramUserCredentials