PostConfigureCookieAuthenticationOptions.PostConfigure Yöntem

Tanım

TOptions örneğini yapılandırma sonrası için çağrılır.

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)

Parametreler

name
String

Yapılandırılan seçenekler örneğinin adı.

options
CookieAuthenticationOptions

Yapılandırılan seçenekler örneği.

Uygulamalar

Şunlara uygulanır