C# Class BugzillaInterface.SecurityCertificateHandler

Handles the cases when the user's computer does not have the root certificates for the https bugzilla server.
Afficher le fichier Open project: skyronic/splatter Class Usage Examples

Méthodes publiques

Свойство Type Description
PromptMethod SecurityCertificateHandler.PromptUser

Méthodes publiques

Méthode Description
Initialize ( ) : void

Méthodes protégées

Méthode Description
RemoteCertificateValidationCallback ( Object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors sslPolicyErrors ) : bool

Method Details

Initialize() public static méthode

public static Initialize ( ) : void
Résultat void

RemoteCertificateValidationCallback() protected méthode

protected RemoteCertificateValidationCallback ( Object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors sslPolicyErrors ) : bool
sender Object
certificate System.Security.Cryptography.X509Certificates.X509Certificate
chain System.Security.Cryptography.X509Certificates.X509Chain
sslPolicyErrors SslPolicyErrors
Résultat bool

Property Details

PromptMethod public_oe static_oe property

A SecurityCertificates.PromptUser, possibly provided by the UI which should prompt the user about signing onto some possibly mistrusted https:// link.
public static SecurityCertificateHandler.PromptUser PromptMethod
Résultat SecurityCertificateHandler.PromptUser