CookieAuthenticationHandler.Events Özellik
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.
İşleyici, işlemenin gerçekleştiği belirli noktalarda uygulama denetimi sağlayan olaylar üzerinde yöntemleri çağırır. Sağlanmazsa, yöntemler çağrıldığında hiçbir şey içermeyen bir varsayılan örnek sağlanır.
protected:
property Microsoft::AspNetCore::Authentication::Cookies::CookieAuthenticationEvents ^ Events { Microsoft::AspNetCore::Authentication::Cookies::CookieAuthenticationEvents ^ get(); void set(Microsoft::AspNetCore::Authentication::Cookies::CookieAuthenticationEvents ^ value); };
protected Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationEvents Events { get; set; }
member this.Events : Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationEvents with get, set
Protected Property Events As CookieAuthenticationEvents