C# Class System.Net.ServicePointManager.ChainValidationHelper

Afficher le fichier Open project: runefs/Marvin Class Usage Examples

Méthodes publiques

Méthode Description
ChainValidationHelper ( object sender ) : System

Private Methods

Méthode Description
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

Method Details

ChainValidationHelper() public méthode

public ChainValidationHelper ( object sender ) : System
sender object
Résultat System