Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Add an additional ClaimsIdentity to the ClaimsPrincipal in the "server.User" environment key
Namespace: Microsoft.Owin.Security.Infrastructure
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
Syntax
public void AddUserIdentity(
IIdentity identity
)
public:
void AddUserIdentity(
IIdentity^ identity
)
member AddUserIdentity :
identity:IIdentity -> unit
Public Sub AddUserIdentity (
identity As IIdentity
)
Parameters
- identity
Type: System.Security.Principal.IIdentity
See Also
SecurityHelper Structure
Microsoft.Owin.Security.Infrastructure Namespace
Return to top