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::Properties Property

 

Contains extra values that were provided with the original SignIn call.

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

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