Compartir a través de


NegotiateEvents.OnRetrieveLdapClaims Propiedad

Definición

Se invoca después de la autenticación antes de que ClaimsIdentity se rellene con las notificaciones recuperadas a través de la conexión LDAP. Este evento se invoca cuando EnableLdapClaimResolution se establece en true en 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)

Valor de propiedad

Se aplica a