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::Description Property
Contains description properties for the middleware authentication type in general. Does not vary per request.
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
public: property AuthenticationDescription^ Description { AuthenticationDescription^ get(); private: void set(AuthenticationDescription^ value); }
Property Value
Type: Microsoft.Owin.Security::AuthenticationDescription^Returns AuthenticationDescription.
Show: