Compartilhar via


NegotiateEvents.RetrieveLdapClaims(LdapContext) Método

Definição

Invocado após a autenticação antes de ClaimsIdentity ser preenchido com declarações recuperadas por meio da conexão LDAP.

public:
 virtual System::Threading::Tasks::Task ^ RetrieveLdapClaims(Microsoft::AspNetCore::Authentication::Negotiate::LdapContext ^ context);
public virtual System.Threading.Tasks.Task RetrieveLdapClaims (Microsoft.AspNetCore.Authentication.Negotiate.LdapContext context);
abstract member RetrieveLdapClaims : Microsoft.AspNetCore.Authentication.Negotiate.LdapContext -> System.Threading.Tasks.Task
override this.RetrieveLdapClaims : Microsoft.AspNetCore.Authentication.Negotiate.LdapContext -> System.Threading.Tasks.Task
Public Overridable Function RetrieveLdapClaims (context As LdapContext) As Task

Parâmetros

context
LdapContext

Retornos

Aplica-se a