Share via


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