AuthenticationProperties Class

 

Dictionary used to store state values about the authentication session.

Namespace:   Microsoft.Owin.Security
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Security.AuthenticationProperties

Syntax

public class AuthenticationProperties
public ref class AuthenticationProperties 
type AuthenticationProperties = class end
Public Class AuthenticationProperties

Constructors

Name Description
System_CAPS_pubmethod AuthenticationProperties()

Initializes a new instance of the AuthenticationProperties class

System_CAPS_pubmethod AuthenticationProperties(IDictionary<String, String>)

Initializes a new instance of the AuthenticationProperties class

Properties

Name Description
System_CAPS_pubproperty AllowRefresh

Gets or sets if refreshing the authentication session should be allowed.

System_CAPS_pubproperty Dictionary

State values about the authentication session.

System_CAPS_pubproperty ExpiresUtc

Gets or sets the time at which the authentication ticket expires.

System_CAPS_pubproperty IsPersistent

Gets or sets whether the authentication session is persisted across multiple requests.

System_CAPS_pubproperty IssuedUtc

Gets or sets the time at which the authentication ticket was issued.

System_CAPS_pubproperty RedirectUri

Gets or sets the full path or absolute URI to be used as an http redirect response value.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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

Microsoft.Owin.Security Namespace

Return to top