ClaimsIdentityOptions Class¶
Properties¶
-
RoleClaimType()¶ Gets or sets the ClaimType used for a Role claim.
Return type: System.String public string RoleClaimType { get; set; }
-
SecurityStampClaimType()¶ Gets or sets the ClaimType used for the security stamp claim..
Return type: System.String public string SecurityStampClaimType { get; set; }
-
UserIdClaimType()¶ Gets or sets the ClaimType used for the user identifier claim.
Return type: System.String public string UserIdClaimType { get; set; }
-
UserNameClaimType()¶ Gets or sets the ClaimType used for the user name claim.
Return type: System.String public string UserNameClaimType { get; set; }
-