Megosztás a következőn keresztül:


ClaimsTransformationOptions.Transformer Property

Definition

Responsible for transforming the claims principal.

public:
 property Microsoft::AspNetCore::Authentication::IClaimsTransformer ^ Transformer { Microsoft::AspNetCore::Authentication::IClaimsTransformer ^ get(); void set(Microsoft::AspNetCore::Authentication::IClaimsTransformer ^ value); };
public Microsoft.AspNetCore.Authentication.IClaimsTransformer Transformer { get; set; }
member this.Transformer : Microsoft.AspNetCore.Authentication.IClaimsTransformer with get, set
Public Property Transformer As IClaimsTransformer

Property Value

Applies to