AuthenticationResponseGrant.Principal Property
The security principal associated with the user sign in.
Namespace: Microsoft.Owin.Security
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
public ClaimsPrincipal Principal { get; private set; }
public:
property ClaimsPrincipal^ Principal {
ClaimsPrincipal^ get();
private: void set(ClaimsPrincipal^ value);
}
member Principal : ClaimsPrincipal with get, private set
Public Property Principal As ClaimsPrincipal
Get
Private Set
End Property
Property Value
Type: System.Security.Claims.ClaimsPrincipal
Returns ClaimsPrincipal.
See Also
AuthenticationResponseGrant Class
Microsoft.Owin.Security Namespace
Return to top