IRC.NET


IrcValidateSslCertificateEventArgs

Defined in IrcDotNet.dll.
Provides data for the IrcClient.ValidateSslCertificate event.

Instance members

Instance memberDescription
Certificate()
Signature: unit -> unit
Gets the certificate used to authenticate the remote party..
Chain()
Signature: unit -> unit
Gets the chain of certificate authorities associated with the remote certificate.
IsValid()
Signature: unit -> unit
Gets or sets whether the certificate given by the server is valid.
SslPolicyErrors()
Signature: unit -> unit
Gets the errors associated with the remote certificate.
Fork me on GitHub