OpenIdConnectEvents.OnUserInformationReceived 属性

定义

从 UserInfoEndpoint 检索用户信息时调用。

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

属性值

适用于