SPFormsAuthenticationProvider-Klasse

Gibt die Einstellungen, die zur Unterstützung der ASP.NET formularbasierte Authentifizierung verwendet werden.

Vererbungshierarchie

System.Object
  Microsoft.SharePoint.Administration.SPAutoSerializingObject
    Microsoft.SharePoint.Administration.SPAuthenticationProvider
      Microsoft.SharePoint.Administration.SPFormsAuthenticationProvider

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPFormsAuthenticationProvider _
    Inherits SPAuthenticationProvider
'Usage
Dim instance As SPFormsAuthenticationProvider
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPFormsAuthenticationProvider : SPAuthenticationProvider

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.

Siehe auch

Referenz

SPFormsAuthenticationProvider-Member

Microsoft.SharePoint.Administration-Namespace