PostConfigureCookieAuthenticationOptions クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
すべての 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 インスタンスの構成をポストするために呼び出されます。 |