RealTimeServerConnectionManager.IncomingTlsNegotiationFailed Event
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.
Raised when the TLS negotiation fails for an incoming connection. The failure may be due to an invalid local certificate, or remote not trusting the local certificate, or some other reason.
public:
event EventHandler<System::IO::ErrorEventArgs ^> ^ IncomingTlsNegotiationFailed;
public event EventHandler<System.IO.ErrorEventArgs> IncomingTlsNegotiationFailed;
member this.IncomingTlsNegotiationFailed : EventHandler<System.IO.ErrorEventArgs>
Public Custom Event IncomingTlsNegotiationFailed As EventHandler(Of ErrorEventArgs)