NegotiateEvents.RetrieveLdapClaims(LdapContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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