AuthenticationProperties Class
Contains the authentication properties.
Inheritance Hierarchy
System.Object
Microsoft.Owin.Security.AuthenticationProperties
Namespace: Microsoft.Owin.Security
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
'Declaration
Public Class AuthenticationProperties
'Usage
Dim instance As AuthenticationProperties
public class AuthenticationProperties
public ref class AuthenticationProperties
type AuthenticationProperties = class end
public class AuthenticationProperties
The AuthenticationProperties type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AuthenticationProperties() | Initializes a new instance of the AuthenticationProperties class. | |
AuthenticationProperties(IDictionary<String, String>) | Initializes a new instance of the AuthenticationProperties class. |
Top
Properties
Name | Description | |
---|---|---|
Dictionary | Gets the underlying dictionary used to store these properties. | |
ExpiresUtc | Gets or sets the expiration date and time of authentication. | |
IsPersistent | Gets or sets a value that indicates whether authentication is persistent. | |
IssuedUtc | Gets or sets the issuance date and time of authentication. | |
RedirectUri | The full path or absolute URI to be used as an http redirect response value. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.