SPIisSettings.FormsClaimsAuthenticationProvider-Eigenschaft
Ruft eine Instanz eines SPAuthenticationProvider -Objekts, die formularbasierte Authentifizierung darstellt.
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; }
Eigenschaftswert
Typ: Microsoft.SharePoint.Administration.SPFormsAuthenticationProvider
Ein SPFormsAuthenticationProvider dieser Webanwendung zugeordnet.
Hinweise
Pro SPIisSettings Zone ist nur eine formularbasierte Authentifizierungsanbieter zulässig.
Siehe auch
Referenz
Microsoft.SharePoint.Administration-Namespace
SPTrustedAuthenticationProvider