Aracılığıyla paylaş


IClaimsTransformer.TransformAsync(ClaimsTransformationContext) Yöntem

Tanım

Belirtilen sorumluyu değiştirmek için merkezi bir dönüştürme noktası sağlar.

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)

Parametreler

context
ClaimsTransformationContext

ClaimsTransformationContext dönüştürme sorumlusunu ve geçerli HttpContext'i içerir.

Döndürülenler

Dönüştürülmüş sorumlu.

Şunlara uygulanır