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