C# 클래스 GSF.Security.SecureStreamClientIntegratedSecurity

Creates a secure stream that connects to a server using windows Integrated Security.
상속: SecureStreamClientBase
파일 보기 프로젝트 열기: GridProtectionAlliance/openHistorian 1 사용 예제들

공개 메소드들

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

Creates a new SecureStreamClientIntegratedSecurity

SecureStreamClientIntegratedSecurity ( string username, string password, string domain ) : 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

SecureStreamClientIntegratedSecurity() 공개 메소드

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

SecureStreamClientIntegratedSecurity() 공개 메소드

Creates a new SecureStreamClientIntegratedSecurity
public SecureStreamClientIntegratedSecurity ( string username, string password, string domain ) : System.IO
username string
password string
domain string
리턴 System.IO