SPAuthenticationProvider-Klasse

Eine abstrakte Basisklasse, die einen Authentifizierungsanbieter darstellt.

Vererbungshierarchie

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

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

Syntax

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

Threadsicherheit

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

Siehe auch

Referenz

SPAuthenticationProvider-Member

Microsoft.SharePoint.Administration-Namespace