C# Class Zoompf.SPDYAnalysis.SSLInspector

Determines if a server is reachable, if it speaks SSL, and if the X.509 cert is valid
Afficher le fichier Open project: zoompf/SPDYCheck Class Usage Examples

Méthodes publiques

Méthode Description
Inspect ( int mSecTimout ) : void
SSLInspector ( string host, int port ) : System

Private Methods

Méthode Description
OnCertificateValidation ( object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors errors ) : bool
getNormalizedCN ( string id ) : string

Method Details

Inspect() public méthode

public Inspect ( int mSecTimout ) : void
mSecTimout int
Résultat void

SSLInspector() public méthode

public SSLInspector ( string host, int port ) : System
host string
port int
Résultat System