Share via


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
Public method AuthenticationProperties() Initializes a new instance of the AuthenticationProperties class.
Public method AuthenticationProperties(IDictionary<String, String>) Initializes a new instance of the AuthenticationProperties class.

Top

Properties

  Name Description
Public property Dictionary Gets the underlying dictionary used to store these properties.
Public property ExpiresUtc Gets or sets the expiration date and time of authentication.
Public property IsPersistent Gets or sets a value that indicates whether authentication is persistent.
Public property IssuedUtc Gets or sets the issuance date and time of authentication.
Public property RedirectUri The full path or absolute URI to be used as an http redirect response value.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.Owin.Security Namespace