SPClaimProviderNames Class

Gets the names of the SPClaimProviderclaims providers found in the Microsoft.SharePoint.Administration.Claims namespace.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.Administration.Claims.SPClaimProviderNames

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

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPClaimProviderNames
'Usage
You do not need to declare an instance of a static class in order to access its members.
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public static class SPClaimProviderNames

Remarks

These names should be avoided by anyone contemplating implementing an object inheriting from SPClaimProvider.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SPClaimProviderNames Members

Microsoft.SharePoint.Administration.Claims Namespace