Information
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.

Namespace:   Microsoft.Owin.Security
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

public:
property AuthenticationDescription^ Description {
	AuthenticationDescription^ get();
	private: void set(AuthenticationDescription^ value);
}
Return to top
Show: