ClaimsTransformationOptions Class

Contains the options used by the Microsoft.AspNetCore.Authentication.ClaimsTransformationMiddleware.

Namespace
Microsoft.AspNetCore.Builder
Assemblies
  • Microsoft.AspNetCore.Authentication

Syntax

public class ClaimsTransformationOptions
class Microsoft.AspNetCore.Builder.ClaimsTransformationOptions

Properties

Microsoft.AspNetCore.Builder.ClaimsTransformationOptions.Transformer

Responsible for transforming the claims principal.

Return type:Microsoft.AspNetCore.Authentication.IClaimsTransformer
public IClaimsTransformer Transformer { get; set; }