次の方法で共有


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

プロパティ値

適用対象