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

 

Contains the claims that were authenticated by the given AuthenticationType. If the authentication type was not successful the Identity property will be null.

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

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