IdentityCookieAuthenticationBuilderExtensions クラス

定義

ID サービスを構成するためのヘルパー関数。

public ref class IdentityCookieAuthenticationBuilderExtensions abstract sealed
public static class IdentityCookieAuthenticationBuilderExtensions
type IdentityCookieAuthenticationBuilderExtensions = class
Public Module IdentityCookieAuthenticationBuilderExtensions
継承
IdentityCookieAuthenticationBuilderExtensions

メソッド

AddApplicationCookie(AuthenticationBuilder)

ID アプリケーション Cookie を追加します。

AddExternalCookie(AuthenticationBuilder)

外部ログインに使用される ID Cookie を追加します。

AddIdentityCookies(AuthenticationBuilder)

Cookie 認証を追加します。

AddIdentityCookies(AuthenticationBuilder, Action<IdentityCookiesBuilder>)

サインイン マネージャーに必要な Cookie 認証を追加します。

AddTwoFactorRememberMeCookie(AuthenticationBuilder)

2 つの要素に使用される ID Cookie を追加します。

AddTwoFactorUserIdCookie(AuthenticationBuilder)

2 要素ログインに使用される ID Cookie を追加します。

適用対象