C# Класс IrcDotNet.IrcValidateSslCertificateEventArgs

Provides data for the IrcClient.ValidateSslCertificate event.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
IrcValidateSslCertificateEventArgs ( X509Certificate certificate, X509Chain chain, SslPolicyErrors sslPolicyErrors ) : System.Net.Security

Initializes a new instance of the IrcValidateSslCertificateEventArgs class.

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

IrcValidateSslCertificateEventArgs() публичный Метод

Initializes a new instance of the IrcValidateSslCertificateEventArgs class.
public IrcValidateSslCertificateEventArgs ( X509Certificate certificate, X509Chain chain, SslPolicyErrors sslPolicyErrors ) : System.Net.Security
certificate System.Security.Cryptography.X509Certificates.X509Certificate The certificate used to authenticate the remote party.
chain System.Security.Cryptography.X509Certificates.X509Chain The chain of certificate authorities.
sslPolicyErrors SslPolicyErrors The errors associated with the remote certificate.
Результат System.Net.Security