Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
When implemented in a derived class, gets the unique name for the claims provider.
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Name As String
Get
'Usage
Dim instance As SPClaimProvider
Dim value As String
value = instance.Name
public abstract string Name { get; }
Property Value
Type: System.String
The unique String name of the claims provider.
Remarks
This name is used to uniquely identify the claims provider.