Aracılığıyla paylaş


NegotiateEvents.OnRetrieveLdapClaims Özellik

Tanım

ClaimsIdentity, LDAP bağlantısı aracılığıyla alınan taleplerle doldurulmadan önce kimlik doğrulamasından sonra çağrılır. Bu olay, üzerinde LdapSettingstrue olarak ayarlandığında çağrılırEnableLdapClaimResolution.

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)

Özellik Değeri

Şunlara uygulanır