ClaimsIdentityFactory<TUser>.UserIdClaimType Property
Claim type used for the user id
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