CookieValidateIdentityContext.Properties Property
Contains the extra meta-data arriving with the request ticket. May be altered.
Namespace: Microsoft.Owin.Security.Cookies
Assembly: Microsoft.Owin.Security.Cookies (in Microsoft.Owin.Security.Cookies.dll)
Syntax
public AuthenticationProperties Properties { get; private set; }
public:
property AuthenticationProperties^ Properties {
AuthenticationProperties^ get();
private: void set(AuthenticationProperties^ value);
}
member Properties : AuthenticationProperties with get, private set
Public Property Properties As AuthenticationProperties
Get
Private Set
End Property
Property Value
Type: Microsoft.Owin.Security.AuthenticationProperties
Returns AuthenticationProperties.
See Also
CookieValidateIdentityContext Class
Microsoft.Owin.Security.Cookies Namespace
Return to top