IClaimsTransformer.TransformAsync(ClaimsTransformationContext) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したプリンシパルを変更するための中央変換ポイントを提供します。
public:
System::Threading::Tasks::Task<System::Security::Claims::ClaimsPrincipal ^> ^ TransformAsync(Microsoft::AspNetCore::Authentication::ClaimsTransformationContext ^ context);
public System.Threading.Tasks.Task<System.Security.Claims.ClaimsPrincipal> TransformAsync (Microsoft.AspNetCore.Authentication.ClaimsTransformationContext context);
abstract member TransformAsync : Microsoft.AspNetCore.Authentication.ClaimsTransformationContext -> System.Threading.Tasks.Task<System.Security.Claims.ClaimsPrincipal>
Public Function TransformAsync (context As ClaimsTransformationContext) As Task(Of ClaimsPrincipal)
パラメーター
- context
- ClaimsTransformationContext
ClaimsTransformationContext 変換するプリンシパルと現在の HttpContext を含む。
戻り値
変換されたプリンシパル。