PostConfigureCookieAuthenticationOptions Sınıf
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Tüm CookieAuthenticationOptionsiçin varsayılanları ayarlamak için kullanılır.
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)
- Devralma
-
PostConfigureCookieAuthenticationOptions
- Uygulamalar
Oluşturucular
PostConfigureCookieAuthenticationOptions(IDataProtectionProvider) |
öğesinin yeni bir örneğini PostConfigureCookieAuthenticationOptionsbaşlatır. |
Yöntemler
PostConfigure(String, CookieAuthenticationOptions) |
TOptions örneğini yapılandırmak için çağrılır. |