다음을 통해 공유


NegotiateEvents.RetrieveLdapClaims(LdapContext) 메서드

정의

ClaimsIdentity가 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

매개 변수

context
LdapContext

반환

적용 대상