ClaimsIdentityOptions Class

Summary

Options used to configure the claim types used for well known claims.

Syntax

public class ClaimsIdentityOptions

GitHub

View on GitHub

class Microsoft.AspNet.Identity.ClaimsIdentityOptions

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; }