ClaimsIdentityOptions.UserNameClaimType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the ClaimType used for the user name claim. Defaults to Name.
public:
property System::String ^ UserNameClaimType { System::String ^ get(); void set(System::String ^ value); };
public string UserNameClaimType { get; set; }
member this.UserNameClaimType : string with get, set
Public Property UserNameClaimType As String
Property Value
Remarks
This defaults to Name.