NegotiateEvents.RetrieveLdapClaims(LdapContext) Method

Definition

Invoked after the authentication before ClaimsIdentity is populated with claims retrieved through the LDAP connection.

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

Parameters

context
LdapContext

Returns

Applies to