Occurs when a server certificate needs to be validated.

Namespace:  Rebex.Net
Assembly:  Rebex.WebSocket (in Rebex.WebSocket.dll)

Syntax

Visual Basic
Public Event ValidatingCertificate As EventHandler(Of SslCertificateValidationEventArgs)
C#
public event EventHandler<SslCertificateValidationEventArgs> ValidatingCertificate

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also