AcceptedDomain.EnableNego2Authentication property
Gets or sets a value that indicates whether the domain will use Negotiated2 authentication.
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property EnableNego2Authentication As Boolean
Get
Set
'Usage
Dim instance As AcceptedDomain
Dim value As Boolean
value = instance.EnableNego2Authentication
instance.EnableNego2Authentication = value
public bool EnableNego2Authentication { get; set; }
Property value
Type: System.Boolean
true to enable Negotiated2 authentication; otherwise, false.
See also
Reference
Microsoft.Exchange.Data.Directory.SystemConfiguration namespace