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

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