NegotiateOptions.EnableLdap メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
EnableLdap(Action<LdapSettings>) |
構成された設定を使用してクレームを取得するために使用する LDAP 接続を使用します。 これは Linux システムでのみ使用する必要があります。 |
EnableLdap(String) |
指定されたドメインのクレームを取得するために使用する LDAP 接続を使用します。 これは Linux システムでのみ使用する必要があります。 |
EnableLdap(Action<LdapSettings>)
構成された設定を使用してクレームを取得するために使用する 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)
指定されたドメインのクレームを取得するために使用する 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