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