ClaimsTransformationOptions.Transformer 属性

定义

负责转换声明主体。

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

属性值

适用于