RealTimeServerTlsConnectionManager.NeedMutualTls Property
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.
Gets or sets whether a mutual TLS connection is required for outgoing TLS connections.
public:
property bool NeedMutualTls { bool get(); void set(bool value); };
public bool NeedMutualTls { get; set; }
member this.NeedMutualTls : bool with get, set
Public Property NeedMutualTls As Boolean
Property Value
Exceptions
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 was not set, then this flag cannot be set to true. Turning off Mutual TLS will clear the allowed domains list. Turning on Mutual TLS will initialize the allowed domains to contain just the local host.