ClaimsIdentityOptions.UserIdClaimType Property

Definition

Gets or sets the ClaimType used for the user identifier claim. Defaults to NameIdentifier.

public:
 property System::String ^ UserIdClaimType { System::String ^ get(); void set(System::String ^ value); };
public string UserIdClaimType { get; set; }
member this.UserIdClaimType : string with get, set
Public Property UserIdClaimType As String

Property Value

Remarks

This defaults to NameIdentifier.

Applies to