Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.