BaseContext<TOptions> Sınıf

Tanım

Diğer bağlam sınıfları tarafından kullanılan temel sınıf.

generic <typename TOptions>
 where TOptions : AuthenticationSchemeOptionspublic ref class BaseContext abstract
public abstract class BaseContext<TOptions> where TOptions : AuthenticationSchemeOptions
type BaseContext<'Options (requires 'Options :> AuthenticationSchemeOptions)> = class
Public MustInherit Class BaseContext(Of TOptions)

Tür Parametreleri

TOptions
Devralma
BaseContext<TOptions>
Türetilmiş

Oluşturucular

BaseContext<TOptions>(HttpContext, AuthenticationScheme, TOptions)

Oluşturucu.

Özellikler

HttpContext

Bağlam.

Options

Şemayla ilişkili kimlik doğrulama seçeneklerini alır.

Request

İstek.

Response

Yanıt.

Scheme

Kimlik doğrulama düzeni.

Şunlara uygulanır