NegotiateOptions.EnableLdap Method

Definition

Overloads

EnableLdap(Action<LdapSettings>)

Use LDAP connections used to retrieve claims using the configured settings. This should only be used on Linux systems.

EnableLdap(String)

Use LDAP connections used to retrieve claims for the given domain. This should only be used on Linux systems.

EnableLdap(Action<LdapSettings>)

Source:
NegotiateOptions.cs
Source:
NegotiateOptions.cs
Source:
NegotiateOptions.cs
Source:
NegotiateOptions.cs

Use LDAP connections used to retrieve claims using the configured settings. This should only be used on Linux systems.

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))

Parameters

configureSettings
Action<LdapSettings>

Applies to

EnableLdap(String)

Source:
NegotiateOptions.cs
Source:
NegotiateOptions.cs
Source:
NegotiateOptions.cs
Source:
NegotiateOptions.cs

Use LDAP connections used to retrieve claims for the given domain. This should only be used on Linux systems.

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

Parameters

domain
String

Applies to