NoopClaimsTransformation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Default claims transformation is a no-op.
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
- Inheritance
-
NoopClaimsTransformation
- Implements
Constructors
NoopClaimsTransformation() |
Methods
TransformAsync(ClaimsPrincipal) |
Returns the principal unchanged. |