NegotiateEvents.OnRetrieveLdapClaims Vlastnost

Definice

Vyvoláno po ověření před tím, než se deklarace identity naplní deklaracemi načtenými prostřednictvím připojení LDAP. Tato událost se vyvolá, když EnableLdapClaimResolution je nastavena na hodnotu true .LdapSettings

public:
 property Func<Microsoft::AspNetCore::Authentication::Negotiate::LdapContext ^, System::Threading::Tasks::Task ^> ^ OnRetrieveLdapClaims { Func<Microsoft::AspNetCore::Authentication::Negotiate::LdapContext ^, System::Threading::Tasks::Task ^> ^ get(); void set(Func<Microsoft::AspNetCore::Authentication::Negotiate::LdapContext ^, System::Threading::Tasks::Task ^> ^ value); };
public Func<Microsoft.AspNetCore.Authentication.Negotiate.LdapContext,System.Threading.Tasks.Task> OnRetrieveLdapClaims { get; set; }
member this.OnRetrieveLdapClaims : Func<Microsoft.AspNetCore.Authentication.Negotiate.LdapContext, System.Threading.Tasks.Task> with get, set
Public Property OnRetrieveLdapClaims As Func(Of LdapContext, Task)

Hodnota vlastnosti

Func<LdapContext,Task>

Platí pro