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

파일 보기 프로젝트 열기: GridProtectionAlliance/openHistorian

공개 메소드들

메소드 설명
AuthenticateAsClient ( Stream stream ) : bool
CertificateClient ( ) : System
CertificateClient ( string username, string password, string domain ) : System

메소드 상세

AuthenticateAsClient() 공개 메소드

public AuthenticateAsClient ( Stream stream ) : bool
stream Stream
리턴 bool

CertificateClient() 공개 메소드

public CertificateClient ( ) : System
리턴 System

CertificateClient() 공개 메소드

public CertificateClient ( string username, string password, string domain ) : System
username string
password string
domain string
리턴 System