The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
AuthenticateResult::Properties Property
Contains extra values that were provided with the original SignIn call.
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
public: property AuthenticationProperties^ Properties { AuthenticationProperties^ get(); private: void set(AuthenticationProperties^ value); }
Property Value
Type: Microsoft.Owin.Security::AuthenticationProperties^Returns AuthenticationProperties.
Show: