ClaimsIdentityOptions クラス

定義

既知の要求に使用される要求の種類を構成するために使用されるオプション。

public ref class ClaimsIdentityOptions
public class ClaimsIdentityOptions
type ClaimsIdentityOptions = class
Public Class ClaimsIdentityOptions
継承
ClaimsIdentityOptions

コンストラクター

ClaimsIdentityOptions()

既知の要求に使用される要求の種類を構成するために使用されるオプション。

プロパティ

EmailClaimType

ユーザーの電子メール要求に使用される ClaimType を取得または設定します。 既定値は Email です。

RoleClaimType

ロール要求に使用される ClaimType を取得または設定します。 既定値は Role です。

SecurityStampClaimType

セキュリティ スタンプ要求に使用される ClaimType を取得または設定します。 既定値は "AspNet.Identity.SecurityStamp" です。

UserIdClaimType

ユーザー識別子要求に使用される ClaimType を取得または設定します。 既定値は NameIdentifier です。

UserNameClaimType

ユーザー名要求に使用される ClaimType を取得または設定します。 既定値は Name です。

適用対象