AuthenticationService.Transform Property
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.
Used for claims transformation.
public:
property Microsoft::AspNetCore::Authentication::IClaimsTransformation ^ Transform { Microsoft::AspNetCore::Authentication::IClaimsTransformation ^ get(); };
public Microsoft.AspNetCore.Authentication.IClaimsTransformation Transform { get; }
member this.Transform : Microsoft.AspNetCore.Authentication.IClaimsTransformation
Public ReadOnly Property Transform As IClaimsTransformation