NoopClaimsTransformation クラス

定義

既定の要求変換は操作なしです。

public ref class NoopClaimsTransformation : Microsoft::AspNetCore::Authentication::IClaimsTransformation
public class NoopClaimsTransformation : Microsoft.AspNetCore.Authentication.IClaimsTransformation
type NoopClaimsTransformation = class
    interface IClaimsTransformation
Public Class NoopClaimsTransformation
Implements IClaimsTransformation
継承
NoopClaimsTransformation
実装

コンストラクター

NoopClaimsTransformation()

既定の要求変換は操作なしです。

メソッド

TransformAsync(ClaimsPrincipal)

プリンシパルを変更せずに返します。

適用対象