C# 클래스 GSF.Security.SecureStreamClientDefault

Creates a secure stream that connects via the default credential
상속: SecureStreamClientBase
파일 보기 프로젝트 열기: GridProtectionAlliance/openHistorian 1 사용 예제들

공개 메소드들

메소드 설명
SecureStreamClientDefault ( ) : System.IO

Creates a new SecureStreamClientIntegratedSecurity

보호된 메소드들

메소드 설명
InternalTryAuthenticate ( Stream stream, byte certSignatures ) : bool

Authenticates with the remote server.

메소드 상세

InternalTryAuthenticate() 보호된 메소드

Authenticates with the remote server.
protected InternalTryAuthenticate ( Stream stream, byte certSignatures ) : bool
stream System.IO.Stream the stream to authentication on
certSignatures byte
리턴 bool

SecureStreamClientDefault() 공개 메소드

Creates a new SecureStreamClientIntegratedSecurity
public SecureStreamClientDefault ( ) : System.IO
리턴 System.IO