Aracılığıyla paylaş


ChallengeContext Oluşturucu

Tanım

Yeni bir ChallengeContext oluşturur.

public:
 ChallengeContext(Microsoft::AspNetCore::Http::HttpContext ^ context, Microsoft::AspNetCore::Authentication::AuthenticationScheme ^ scheme, Microsoft::AspNetCore::Authentication::Negotiate::NegotiateOptions ^ options, Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ properties);
public ChallengeContext (Microsoft.AspNetCore.Http.HttpContext context, Microsoft.AspNetCore.Authentication.AuthenticationScheme scheme, Microsoft.AspNetCore.Authentication.Negotiate.NegotiateOptions options, Microsoft.AspNetCore.Authentication.AuthenticationProperties properties);
new Microsoft.AspNetCore.Authentication.Negotiate.ChallengeContext : Microsoft.AspNetCore.Http.HttpContext * Microsoft.AspNetCore.Authentication.AuthenticationScheme * Microsoft.AspNetCore.Authentication.Negotiate.NegotiateOptions * Microsoft.AspNetCore.Authentication.AuthenticationProperties -> Microsoft.AspNetCore.Authentication.Negotiate.ChallengeContext
Public Sub New (context As HttpContext, scheme As AuthenticationScheme, options As NegotiateOptions, properties As AuthenticationProperties)

Parametreler

context
HttpContext

Bağlam.

scheme
AuthenticationScheme

Kimlik doğrulama düzeni.

options
NegotiateOptions

Şemayla ilişkili kimlik doğrulama seçenekleri.

properties
AuthenticationProperties

Kimlik doğrulama özellikleri.

Şunlara uygulanır