Share via


NegotiateOptions.EnableLdap 方法

定义

重载

EnableLdap(Action<LdapSettings>)

使用用于使用配置的设置检索声明的 LDAP 连接。 这只能在 Linux 系统上使用。

EnableLdap(String)

使用用于检索给定域的声明的 LDAP 连接。 这只能在 Linux 系统上使用。

EnableLdap(Action<LdapSettings>)

Source:
NegotiateOptions.cs
Source:
NegotiateOptions.cs
Source:
NegotiateOptions.cs
Source:
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)

Source:
NegotiateOptions.cs
Source:
NegotiateOptions.cs
Source:
NegotiateOptions.cs
Source:
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

适用于