SPWindowsAuthenticationProvider-Klasse

Eine Anbieterklasse für die Windows-Authentifizierung für eine SharePoint-Anwendung.

Vererbungshierarchie

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

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

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPWindowsAuthenticationProvider _
    Inherits SPAuthenticationProvider
'Usage
Dim instance As SPWindowsAuthenticationProvider
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPWindowsAuthenticationProvider : 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

SPWindowsAuthenticationProvider-Member

Microsoft.SharePoint.Administration-Namespace