UserProfileClaimProvider.Name property

Returns the name of the claim provider. This name should be unique and developer has to make sure that this doesn't clashes with existing claim provider.

Namespace:  Microsoft.Office.Server.Security
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property Name As String
    Get
'Usage
Dim instance As UserProfileClaimProvider
Dim value As String

value = instance.Name
public override string Name { get; }

Property value

Type: System.String
String containing unique name for the claim provider

See also

Reference

UserProfileClaimProvider class

UserProfileClaimProvider members

Microsoft.Office.Server.Security namespace