ClaimsIdentityFactory<TUser, TKey>.UserIdClaimType Property

Gets or sets the claim type used for the user identity.

Namespace:  Microsoft.AspNet.Identity
Assembly:  Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)

Syntax

'Declaration
Public Property UserIdClaimType As String 
    Get 
    Set
'Usage
Dim instance As ClaimsIdentityFactory 
Dim value As String 

value = instance.UserIdClaimType

instance.UserIdClaimType = value
public string UserIdClaimType { get; set; }
public:
property String^ UserIdClaimType {
    String^ get ();
    void set (String^ value);
}
member UserIdClaimType : string with get, set
function get UserIdClaimType () : String 
function set UserIdClaimType (value : String)

Property Value

Type: System.String
The claim type used for the user identity.

See Also

Reference

ClaimsIdentityFactory<TUser, TKey> Class

Microsoft.AspNet.Identity Namespace

Other Resources

ASP.NET Identity