AuthenticationTicket.Properties Property
Additional state values for the authentication session.
Namespace: Microsoft.Owin.Security
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
Syntax
'Declaration
Public Property Properties As AuthenticationProperties
Get
Private Set
'Usage
Dim instance As AuthenticationTicket
Dim value As AuthenticationProperties
value = instance.Properties
public AuthenticationProperties Properties { get; private set; }
public:
property AuthenticationProperties^ Properties {
AuthenticationProperties^ get ();
private: void set (AuthenticationProperties^ value);
}
member Properties : AuthenticationProperties with get, private set
function get Properties () : AuthenticationProperties
private function set Properties (value : AuthenticationProperties)
Property Value
Type: Microsoft.Owin.Security.AuthenticationProperties
Returns AuthenticationProperties.