Udostępnij za pośrednictwem


NegotiateEvents.OnRetrieveLdapClaims Właściwość

Definicja

Wywoływane po uwierzytelnieniu przed wypełnieniem claimsIdentity oświadczeniami pobranymi za pośrednictwem połączenia LDAP. To zdarzenie jest wywoływane, gdy EnableLdapClaimResolution jest ustawione na wartość true w .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)

Wartość właściwości

Dotyczy