AuthenticationProperties Class
Definition
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
Constructors
AuthenticationProperties() |
Initializes a new instance of the AuthenticationProperties class |
AuthenticationProperties(IDictionary<String,String>) |
Initializes a new instance of the AuthenticationProperties class |
Properties
AllowRefresh |
Gets or sets if refreshing the authentication session should be allowed. |
ExpiresUtc |
Gets or sets the time at which the authentication ticket expires. |
IsPersistent |
Gets or sets whether the authentication session is persisted across multiple requests. |
IssuedUtc |
Gets or sets the time at which the authentication ticket was issued. |
Items |
State values about the authentication session. |
RedirectUri |
Gets or sets the full path or absolute URI to be used as an HTTP redirect response value. |