AccountExtensions.ToClaimsPrincipal(IAccount) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates the ClaimsPrincipal from the values found in an IAccount.
public static System.Security.Claims.ClaimsPrincipal ToClaimsPrincipal (this Microsoft.Identity.Client.IAccount account);
static member ToClaimsPrincipal : Microsoft.Identity.Client.IAccount -> System.Security.Claims.ClaimsPrincipal
<Extension()>
Public Function ToClaimsPrincipal (account As IAccount) As ClaimsPrincipal
Parameters
Returns
A ClaimsPrincipal built from IAccount.