PostConfigureCookieAuthenticationOptions クラス

定義

すべての CookieAuthenticationOptionsの既定値を設定するために使用されます。

public ref class PostConfigureCookieAuthenticationOptions : Microsoft::Extensions::Options::IPostConfigureOptions<Microsoft::AspNetCore::Authentication::Cookies::CookieAuthenticationOptions ^>
public class PostConfigureCookieAuthenticationOptions : Microsoft.Extensions.Options.IPostConfigureOptions<Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions>
type PostConfigureCookieAuthenticationOptions = class
    interface IPostConfigureOptions<CookieAuthenticationOptions>
Public Class PostConfigureCookieAuthenticationOptions
Implements IPostConfigureOptions(Of CookieAuthenticationOptions)
継承
PostConfigureCookieAuthenticationOptions
実装

コンストラクター

PostConfigureCookieAuthenticationOptions(IDataProtectionProvider)

PostConfigureCookieAuthenticationOptions の新しいインスタンスを初期化します。

メソッド

PostConfigure(String, CookieAuthenticationOptions)

TOptions インスタンスの構成をポストするために呼び出されます。

適用対象