SPAce<T>.IsWindowsAuthenticationMode property
Gets a Boolean value that indicates whether the principal uses Windows authentication.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property IsWindowsAuthenticationMode As Boolean
Get
'Usage
Dim instance As SPAce
Dim value As Boolean
value = instance.IsWindowsAuthenticationMode
public bool IsWindowsAuthenticationMode { get; }
Property value
Type: System.Boolean
true if the principal uses Windows authentication; otherwise, false.