AuthenticationProperties Class
Dictionary used to store state values about the authentication session.
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
| Name | Description | |
|---|---|---|
![]() | AuthenticationProperties() | Initializes a new instance of the AuthenticationProperties class |
![]() | AuthenticationProperties(IDictionary<String^, String^>^) | Initializes a new instance of the AuthenticationProperties class |
| Name | Description | |
|---|---|---|
![]() | AllowRefresh | Gets or sets if refreshing the authentication session should be allowed. |
![]() | Dictionary | State values about the authentication session. |
![]() | 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. |
![]() | RedirectUri | Gets or sets the full path or absolute URI to be used as an http redirect response value. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


