C# 클래스 System.Net.ServicePointManager.ChainValidationHelper

파일 보기 프로젝트 열기: runefs/Marvin 1 사용 예제들

공개 메소드들

메소드 설명
ChainValidationHelper ( object sender ) : System

비공개 메소드들

메소드 설명
ChainValidationHelper ( ) : System
CheckCertificateUsage ( X509Certificate2 cert ) : bool
CheckDomainName ( string subjectName, string targetHost ) : bool
CheckServerIdentity ( Mono cert, string targetHost ) : bool
GetErrorsFromChain ( Mono.Security.X509.X509Chain chain ) : SslPolicyErrors
GetStatusFromChain ( Mono.Security.X509.X509Chain chain ) : int
Match ( string hostname, string pattern ) : bool
ValidateChain ( Mono certs ) : ValidationResult

메소드 상세

ChainValidationHelper() 공개 메소드

public ChainValidationHelper ( object sender ) : System
sender object
리턴 System