AuthenticationFeature 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.
Used to capture path info so redirects can be computed properly within an app.Map().
public ref class AuthenticationFeature : Microsoft::AspNetCore::Authentication::IAuthenticationFeature
public class AuthenticationFeature : Microsoft.AspNetCore.Authentication.IAuthenticationFeature
type AuthenticationFeature = class
interface IAuthenticationFeature
Public Class AuthenticationFeature
Implements IAuthenticationFeature
- Inheritance
-
AuthenticationFeature
- Implements
Constructors
AuthenticationFeature() |
Properties
OriginalPath |
The original path. |
OriginalPathBase |
The original path base. |