ReturnEndpointContext.Properties Property
Namespace: Microsoft.Owin.Security.Provider
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
Syntax
public AuthenticationProperties Properties { get; set; }
public:
property AuthenticationProperties^ Properties {
AuthenticationProperties^ get();
void set(AuthenticationProperties^ value);
}
member Properties : AuthenticationProperties with get, set
Public Property Properties As AuthenticationProperties
Property Value
Type: Microsoft.Owin.Security.AuthenticationProperties
See Also
ReturnEndpointContext Class
Microsoft.Owin.Security.Provider Namespace
Return to top