SPIisSettings.FormsClaimsAuthenticationProvider property
Gets an instance of a SPAuthenticationProvider object that represents forms-based authentication.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property FormsClaimsAuthenticationProvider As SPFormsAuthenticationProvider
Get
'Usage
Dim instance As SPIisSettings
Dim value As SPFormsAuthenticationProvider
value = instance.FormsClaimsAuthenticationProvider
public SPFormsAuthenticationProvider FormsClaimsAuthenticationProvider { get; }
Property value
Type: Microsoft.SharePoint.Administration.SPFormsAuthenticationProvider
An SPFormsAuthenticationProvider associated with this Web application.
Remarks
Only one forms-based authentication provider is allowed per SPIisSettings zone.
See also
Reference
Microsoft.SharePoint.Administration namespace
SPTrustedAuthenticationProvider