Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Event IncomingTlsNegotiationFailed As EventHandler(Of ErrorEventArgs)
'Usage
Dim instance As RealTimeServerConnectionManager
Dim handler As EventHandler(Of ErrorEventArgs)
AddHandler instance.IncomingTlsNegotiationFailed, handler
public event EventHandler<ErrorEventArgs> IncomingTlsNegotiationFailed
See Also
Reference
RealTimeServerConnectionManager Class