C# Класс BugzillaInterface.SecurityCertificateHandler

Handles the cases when the user's computer does not have the root certificates for the https bugzilla server.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
PromptMethod SecurityCertificateHandler.PromptUser

Открытые методы

Метод Описание
Initialize ( ) : void

Защищенные методы

Метод Описание
RemoteCertificateValidationCallback ( Object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors sslPolicyErrors ) : bool

Описание методов

Initialize() публичный статический Метод

public static Initialize ( ) : void
Результат void

RemoteCertificateValidationCallback() защищенный Метод

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
Результат bool

Описание свойств

PromptMethod публичное статическое свойство

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
Результат SecurityCertificateHandler.PromptUser