NoopClaimsTransformation クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
既定の要求変換は操作なしです。
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) |
プリンシパルを変更せずに返します。 |