ReceiveConnector.DomainSecureEnabled Property
Gets or sets a value that indicates whether the Receive connector should use mutual Transport Layer Security (TLS) authentication for the domains serviced by the connector.
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property DomainSecureEnabled As Boolean
Get
Set
'Usage
Dim instance As ReceiveConnector
Dim value As Boolean
value = instance.DomainSecureEnabled
instance.DomainSecureEnabled = value
[ParameterAttribute(Mandatory = false)]
public bool DomainSecureEnabled { get; set; }
Property Value
Type: System.Boolean
true if the Receive connector should use mutual TLS authentication; otherwise, false.
Remarks
The DomainSecureEnabled property indicates whether the Receive connector will use mutual TLS authentication with other servers. Mutual TLS authentication requires the following conditions be met.
The value of the DomainSecureEnabled property is true.
The value of the AuthMechanism property contains Tls and does not contain ExternalAuthoritative.
The TLSReceiveDomainSecureList property of the TransportConfigContainer object for your transport configuration contains at least one domain serviced by the Receive connector. The wildcard (*) character is not supported in domains configured for mutual TLS authentication. The same domain must also be defined on the corresponding Send connector, an in the value of the TLSSendDomainSecureList property of the TransportConfigContainer object for your transport configuration.