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.

AuthenticationOptions::Description Property

 

Additional information about the authentication type which is made available to the application.

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

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