ClaimsIdentityOptions クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
既知の要求に使用される要求の種類を構成するために使用されるオプション。
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 です。 |