RealTimeServerTlsConnectionManager.NeedMutualTls Property

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Gets and sets whether a mutual TLS connection is required for outgoing TLS connections.

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

Syntax

'Declaration
Public Property NeedMutualTls As Boolean
public bool NeedMutualTls { get; set; }

Property Value

Returns true if required; otherwise false.

Exceptions

Exception type Condition
InvalidOperationException

Thrown when the set operation is called for a connection manager that is not listening or does not have a certificate.

Remarks

If the certificate information is not set, this flag cannot be set to true. Turning off Mutual TLS clears the allowed domains list. Turning on Mutual TLS initializes the allowed domains to contain just the local host.

Thread Safety

All public static (Shared in Visual Basic) members of this type are thread-safe. Instance members are not guaranteed to be thread-safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition

Target Platforms

See Also

Reference

RealTimeServerTlsConnectionManager Class
RealTimeServerTlsConnectionManager Members
Microsoft.Rtc.Signaling Namespace