IdentityCookieOptions クラス

定義

ID システムによって適用される Cookie ミドルウェアを構成するために使用できるすべてのオプションを表します。

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

コンストラクター

IdentityCookieOptions()

IdentityCookieOptions の新しいインスタンスを作成します。

プロパティ

ApplicationCookie

アプリケーション Cookie のオプション。

ApplicationCookieAuthenticationScheme

アプリケーション認証 Cookie を識別するために使用されるスキームを取得します。

ExternalCookie

外部 Cookie のオプション。

ExternalCookieAuthenticationScheme

外部認証 Cookie を識別するために使用されるスキームを取得します。

TwoFactorRememberMeCookie

2つの要素のオプションは、私がクッキーを覚えています。

TwoFactorRememberMeCookieAuthenticationScheme

Remember Me 状態を保存するための 2 要素認証 Cookie を識別するために使用されるスキームを取得します。

TwoFactorUserIdCookie

2 要素ユーザー ID Cookie のオプション。

TwoFactorUserIdCookieAuthenticationScheme

ラウンド トリップ ユーザー ID の 2 要素認証 Cookie を識別するために使用されるスキームを取得します。

適用対象