次の方法で共有


LdapContext クラス

定義

RetrieveLdapClaims イベントの状態。

public ref class LdapContext : Microsoft::AspNetCore::Authentication::ResultContext<Microsoft::AspNetCore::Authentication::Negotiate::NegotiateOptions ^>
public class LdapContext : Microsoft.AspNetCore.Authentication.ResultContext<Microsoft.AspNetCore.Authentication.Negotiate.NegotiateOptions>
type LdapContext = class
    inherit ResultContext<NegotiateOptions>
Public Class LdapContext
Inherits ResultContext(Of NegotiateOptions)
継承

コンストラクター

LdapContext(HttpContext, AuthenticationScheme, NegotiateOptions, LdapSettings)

新しい LdapContext を作成します。

プロパティ

HttpContext

コンテキスト。

(継承元 BaseContext<TOptions>)
LdapSettings

RetrieveLdapClaims イベントに使用する LDAP 設定。

Options

スキームに関連付けられている認証オプションを取得します。

(継承元 BaseContext<TOptions>)
Principal

ユーザー要求を含む を ClaimsPrincipal 取得または設定します。

(継承元 ResultContext<TOptions>)
Properties

AuthenticationProperties を取得または設定します。

(継承元 ResultContext<TOptions>)
Request

要求。

(継承元 BaseContext<TOptions>)
Response

応答。

(継承元 BaseContext<TOptions>)
Result

結果を取得します AuthenticateResult

(継承元 ResultContext<TOptions>)
Scheme

認証スキームです。

(継承元 BaseContext<TOptions>)

メソッド

Fail(Exception)

認証中にエラーが発生したことを示します。

(継承元 ResultContext<TOptions>)
Fail(String)

認証中にエラーが発生したことを示します。

(継承元 ResultContext<TOptions>)
NoResult()

この認証スキームに関する情報が返されなかったことを示します。

(継承元 ResultContext<TOptions>)
Success()

Propertiesを使用してチケットを作成する成功をPrincipal呼び出します。

(継承元 ResultContext<TOptions>)

適用対象