AuthenticationProperties Class

 

Dictionary used to store state values about the authentication session.

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

System::Object
  Microsoft.Owin.Security::AuthenticationProperties

public ref class AuthenticationProperties 

NameDescription
System_CAPS_pubmethodAuthenticationProperties()

Initializes a new instance of the AuthenticationProperties class

System_CAPS_pubmethodAuthenticationProperties(IDictionary<String^, String^>^)

Initializes a new instance of the AuthenticationProperties class

NameDescription
System_CAPS_pubpropertyAllowRefresh

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

System_CAPS_pubpropertyDictionary

State values about the authentication session.

System_CAPS_pubpropertyExpiresUtc

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

System_CAPS_pubpropertyIsPersistent

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

System_CAPS_pubpropertyIssuedUtc

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

System_CAPS_pubpropertyRedirectUri

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: