WebSocketServerCustomValidationRequestedEventArgs.ServerCertificateErrorSeverity Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the category of an error that occurred making an SSL connection with this WebSocket server.
public:
property SocketSslErrorSeverity ServerCertificateErrorSeverity { SocketSslErrorSeverity get(); };
SocketSslErrorSeverity ServerCertificateErrorSeverity();
public SocketSslErrorSeverity ServerCertificateErrorSeverity { get; }
var socketSslErrorSeverity = webSocketServerCustomValidationRequestedEventArgs.serverCertificateErrorSeverity;
Public ReadOnly Property ServerCertificateErrorSeverity As SocketSslErrorSeverity
Property Value
A value describing the severity of errors encountered so far in validating this connection.