AuthenticationProperties Class
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.
Dictionary used to store state values about the authentication session.
public ref class AuthenticationProperties
public class AuthenticationProperties
type AuthenticationProperties = class
Public Class AuthenticationProperties
- Inheritance
-
AuthenticationProperties
Authentication |
Initializes a new instance of the AuthenticationProperties class |
Authentication |
Initializes a new instance of the AuthenticationProperties class |
Allow |
Gets or sets if refreshing the authentication session should be allowed. |
Expires |
Gets or sets the time at which the authentication ticket expires. |
Is |
Gets or sets whether the authentication session is persisted across multiple requests. |
Issued |
Gets or sets the time at which the authentication ticket was issued. |
Items |
State values about the authentication session. |
Redirect |
Gets or sets the full path or absolute URI to be used as an HTTP redirect response value. |
Product | Versions |
---|---|
ASP.NET Core | 1.0, 1.1, 2.0, 2.1, 2.2 |