C# Class Microsoft.IdentityModel.ClaimsPrincipalExtensions

Extensions to simplify the IPrincipal management.
Datei anzeigen Open project: johnnyhalife/wif.swt

Public Methods

Method Description
BootstrapToken ( this principal ) : string

Retrieves the Bootstrap token from the IClaimsPrincipal (this) if given principal has it.

Method Details

BootstrapToken() public static method

Retrieves the Bootstrap token from the IClaimsPrincipal (this) if given principal has it.
public static BootstrapToken ( this principal ) : string
principal this Extended principal.
return string