다음을 통해 공유


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)
Available in Sandboxed Solutions: No

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.

See Also

Reference

SPAce<T> Class

SPAce<T> Members

Microsoft.SharePoint.Administration Namespace