SPPolicyCollection.AuthenticationMode Property
Gets the authentication mode that is supported by the policy collection.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property AuthenticationMode As AuthenticationMode
Get
'Usage
Dim instance As SPPolicyCollection
Dim value As AuthenticationMode
value = instance.AuthenticationMode
public AuthenticationMode AuthenticationMode { get; }
Property Value
Type: System.Web.Configuration.AuthenticationMode
A System.Web.Configuration.AuthenticationMode value that indicates which authentication mode is supported by the policy collection.