Occurs when a server certificate needs to be validated.
Namespace:
Rebex.Net
Assembly:
Rebex.Imap (in Rebex.Imap.dll)
Syntax
Visual Basic |
---|
Public Event ValidatingCertificate As EventHandler(Of SslCertificateValidationEventArgs) |
C# |
---|
public event EventHandler<SslCertificateValidationEventArgs> ValidatingCertificate |