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.