NegotiateOptions.EnableLdap Método

Definición

Sobrecargas

EnableLdap(Action<LdapSettings>)

Use conexiones LDAP usadas para recuperar notificaciones mediante las opciones configuradas. Esto solo se debe usar en sistemas Linux.

EnableLdap(String)

Use conexiones LDAP usadas para recuperar notificaciones para el dominio especificado. Esto solo se debe usar en sistemas Linux.

EnableLdap(Action<LdapSettings>)

Use conexiones LDAP usadas para recuperar notificaciones mediante las opciones configuradas. Esto solo se debe usar en sistemas 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))

Parámetros

configureSettings
Action<LdapSettings>

Se aplica a

EnableLdap(String)

Use conexiones LDAP usadas para recuperar notificaciones para el dominio especificado. Esto solo se debe usar en sistemas Linux.

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

Parámetros

domain
String

Se aplica a