IrcClientConnectionOptions SslCertificateValidationCallback Property NetIRC2 IRC Client Library for .NET
The SSL certificate validation callback. If you are using SSL, the callback is not set, and the SSL certificate is invalid, the connection will fail. This can be used to offer the user an option to connect despite the invalid SSL certificate.

Namespace: NetIrc2
Assembly: NetIrc2 (in NetIrc2.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public RemoteCertificateValidationCallback SslCertificateValidationCallback { get; set; }
See Also