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)

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.

See also

Reference

SPPolicyCollection class

SPPolicyCollection members

Microsoft.SharePoint.Administration namespace