次の方法で共有


ChallengeContext コンストラクター

定義

新しい ChallengeContext を作成します。

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)

パラメーター

context
HttpContext

コンテキスト。

scheme
AuthenticationScheme

認証スキームです。

options
NegotiateOptions

スキームに関連付けられている認証オプション。

properties
AuthenticationProperties

認証プロパティ。

適用対象