ClaimsTransformer.TransformAsync(ClaimsTransformationContext) Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
public:
virtual System::Threading::Tasks::Task<System::Security::Claims::ClaimsPrincipal ^> ^ TransformAsync(Microsoft::AspNetCore::Authentication::ClaimsTransformationContext ^ context);
public virtual 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>
override this.TransformAsync : Microsoft.AspNetCore.Authentication.ClaimsTransformationContext -> System.Threading.Tasks.Task<System.Security.Claims.ClaimsPrincipal>
Public Overridable Function TransformAsync (context As ClaimsTransformationContext) As Task(Of ClaimsPrincipal)
Параметры
- context
- ClaimsTransformationContext