TlsFailureReason Enumeration

Indicates possible reasons for TLS failure.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Enumeration TlsFailureReason
'Usage
Dim instance As TlsFailureReason
public enum TlsFailureReason

Members

Member name Description
Other Some other reason. See Error Code for specific failure.
LocalCertificateNotFound The local certificate specified is not found in the local computer store.
UntrustedRemoteCertificate The certificate presented by the remote is not trusted.
IncorrectNameInRemoteCertificate The target name specified in the certificate is incorrect.
CertificateExpired The certificate presented by the remote is expired.
TlsNegotiationFailure The Tls negotiation failed. Either the local certificate is unusable or the remote does not trust it.
RemoteDisconnected The remote disconnected while TLS negotiation was in progress.
RemoteCertificateRevoked The remote certificate is revoked.
RemoteCertificateInvalidUsage The remote certificate does not have the required enhanced key usage.

Remarks

Only common failures are given specific values.

See Also

Reference

Microsoft.Rtc.Signaling Namespace