共用方式為


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)

屬性值

適用於