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);
}
Show: