PropertiesContext<TOptions> 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.
içeren AuthenticationPropertieskimlik doğrulama olayları için temel bağlam.
generic <typename TOptions>
where TOptions : AuthenticationSchemeOptionspublic ref class PropertiesContext abstract : Microsoft::AspNetCore::Authentication::BaseContext<TOptions>
public abstract class PropertiesContext<TOptions> : Microsoft.AspNetCore.Authentication.BaseContext<TOptions> where TOptions : AuthenticationSchemeOptions
type PropertiesContext<'Options (requires 'Options :> AuthenticationSchemeOptions)> = class
inherit BaseContext<'Options (requires 'Options :> AuthenticationSchemeOptions)>
Public MustInherit Class PropertiesContext(Of TOptions)
Inherits BaseContext(Of TOptions)
Tür Parametreleri
- TOptions
- Devralma
- Türetilmiş
Oluşturucular
PropertiesContext<TOptions>(HttpContext, AuthenticationScheme, TOptions, AuthenticationProperties) |
Oluşturucu. |
Özellikler
HttpContext |
Bağlam. (Devralındığı yer: BaseContext<TOptions>) |
Options |
Şemayla ilişkili kimlik doğrulama seçeneklerini alır. (Devralındığı yer: BaseContext<TOptions>) |
Properties |
öğesini alır veya ayarlar AuthenticationProperties. |
Request |
İstek. (Devralındığı yer: BaseContext<TOptions>) |
Response |
Yanıt. (Devralındığı yer: BaseContext<TOptions>) |
Scheme |
Kimlik doğrulama düzeni. (Devralındığı yer: BaseContext<TOptions>) |