CookieSignedInContext 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.
ICookieAuthenticationEvents yöntemi SignedIn'e geçirilen bağlam nesnesi.
public ref class CookieSignedInContext : Microsoft::AspNetCore::Authentication::Cookies::BaseCookieContext
public ref class CookieSignedInContext : Microsoft::AspNetCore::Authentication::PrincipalContext<Microsoft::AspNetCore::Authentication::Cookies::CookieAuthenticationOptions ^>
public class CookieSignedInContext : Microsoft.AspNetCore.Authentication.Cookies.BaseCookieContext
public class CookieSignedInContext : Microsoft.AspNetCore.Authentication.PrincipalContext<Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions>
type CookieSignedInContext = class
inherit BaseCookieContext
type CookieSignedInContext = class
inherit PrincipalContext<CookieAuthenticationOptions>
Public Class CookieSignedInContext
Inherits BaseCookieContext
Public Class CookieSignedInContext
Inherits PrincipalContext(Of CookieAuthenticationOptions)
- Devralma
- Devralma
-
CookieSignedInContext
Oluşturucular
CookieSignedInContext(HttpContext, AuthenticationScheme, ClaimsPrincipal, AuthenticationProperties, CookieAuthenticationOptions) |
Bağlam nesnesinin yeni bir örneğini oluşturur. |
CookieSignedInContext(HttpContext, CookieAuthenticationOptions, String, ClaimsPrincipal, AuthenticationProperties) |
Bağlam nesnesinin yeni bir örneğini oluşturur. |
Özellikler
AuthenticationScheme |
Tanımlama bilgisi oluşturan AuthenticationScheme'nin adı |
HttpContext |
ICookieAuthenticationEvents yöntemi SignedIn'e geçirilen bağlam nesnesi. (Devralındığı yer: BaseContext) |
HttpContext |
Bağlam. (Devralındığı yer: BaseContext<TOptions>) |
Options |
ICookieAuthenticationEvents yöntemi SignedIn'e geçirilen bağlam nesnesi. (Devralındığı yer: BaseCookieContext) |
Options |
Şemayla ilişkili kimlik doğrulama seçeneklerini alır. (Devralındığı yer: BaseContext<TOptions>) |
Principal |
Giden tanımlama bilgisine dönüştürülen talepleri içerir. |
Principal |
ClaimsPrincipal Kullanıcı taleplerini içeren öğesini alır. (Devralındığı yer: PrincipalContext<TOptions>) |
Properties |
Giden tanımlama bilgisinde yer alan ek verileri içerir. |
Properties |
öğesini alır veya ayarlar AuthenticationProperties. (Devralındığı yer: PropertiesContext<TOptions>) |
Request |
ICookieAuthenticationEvents yöntemi SignedIn'e geçirilen bağlam nesnesi. (Devralındığı yer: BaseContext) |
Request |
İstek. (Devralındığı yer: BaseContext<TOptions>) |
Response |
ICookieAuthenticationEvents yöntemi SignedIn'e geçirilen bağlam nesnesi. (Devralındığı yer: BaseContext) |
Response |
Yanıt. (Devralındığı yer: BaseContext<TOptions>) |
Scheme |
Kimlik doğrulama düzeni. (Devralındığı yer: BaseContext<TOptions>) |