PostConfigureCookieAuthenticationOptions.PostConfigure 메서드

정의

TOptions instance 구성을 게시하기 위해 호출됩니다.

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

구성할 옵션 인스턴스입니다.

구현

적용 대상