PostConfigureCookieAuthenticationOptions.PostConfigure 方法

定义

调用 后配置 TOptions 实例。

public:
 virtual void PostConfigure(System::String ^ name, Microsoft::AspNetCore::Authentication::Cookies::CookieAuthenticationOptions ^ options);
public void PostConfigure (string name, Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions options);
public void PostConfigure (string? name, Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions options);
abstract member PostConfigure : string * Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions -> unit
override this.PostConfigure : string * Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions -> unit
Public Sub PostConfigure (name As String, options As CookieAuthenticationOptions)

参数

name
String

正在配置的选项实例的名称。

options
CookieAuthenticationOptions

要配置的选项实例。

实现

适用于