次の方法で共有


NegotiateOptions.EnableLdap メソッド

定義

オーバーロード

EnableLdap(Action<LdapSettings>)

構成された設定を使用してクレームを取得するために使用する LDAP 接続を使用します。 これは Linux システムでのみ使用する必要があります。

EnableLdap(String)

指定されたドメインのクレームを取得するために使用する LDAP 接続を使用します。 これは Linux システムでのみ使用する必要があります。

EnableLdap(Action<LdapSettings>)

ソース:
NegotiateOptions.cs
ソース:
NegotiateOptions.cs
ソース:
NegotiateOptions.cs
ソース:
NegotiateOptions.cs
ソース:
NegotiateOptions.cs

構成された設定を使用してクレームを取得するために使用する LDAP 接続を使用します。 これは Linux システムでのみ使用する必要があります。

public:
 void EnableLdap(Action<Microsoft::AspNetCore::Authentication::Negotiate::LdapSettings ^> ^ configureSettings);
public void EnableLdap (Action<Microsoft.AspNetCore.Authentication.Negotiate.LdapSettings> configureSettings);
member this.EnableLdap : Action<Microsoft.AspNetCore.Authentication.Negotiate.LdapSettings> -> unit
Public Sub EnableLdap (configureSettings As Action(Of LdapSettings))

パラメーター

configureSettings
Action<LdapSettings>

適用対象

EnableLdap(String)

ソース:
NegotiateOptions.cs
ソース:
NegotiateOptions.cs
ソース:
NegotiateOptions.cs
ソース:
NegotiateOptions.cs
ソース:
NegotiateOptions.cs

指定されたドメインのクレームを取得するために使用する LDAP 接続を使用します。 これは Linux システムでのみ使用する必要があります。

public:
 void EnableLdap(System::String ^ domain);
public void EnableLdap (string domain);
member this.EnableLdap : string -> unit
Public Sub EnableLdap (domain As String)

パラメーター

domain
String

適用対象