IUserClaimCreator.CreatePrincipal method
Creates a principal for the specified user.
public ClaimsPrincipal CreatePrincipal(string username, string authType)
| parameter | description |
|---|---|
| username | The username of the user to create the principal for. |
| authType | The authentication type to assign to the created identity. |
Return Value
The created ClaimsPrincipal.
See Also
- interface IUserClaimCreator