NegotiateEvents.RetrieveLdapClaims(LdapContext) 方法

定义

在通过 LDAP 连接检索到的声明填充 ClaimsIdentity 之前进行身份验证后调用。

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

参数

context
LdapContext

返回

适用于