ClaimsPrincipalExtensions.GetUserFlowId(ClaimsPrincipal) 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.
Gets the user flow ID associated with the ClaimsPrincipal.
public static string? GetUserFlowId (this System.Security.Claims.ClaimsPrincipal claimsPrincipal);
static member GetUserFlowId : System.Security.Claims.ClaimsPrincipal -> string
<Extension()>
Public Function GetUserFlowId (claimsPrincipal As ClaimsPrincipal) As String
Parameters
- claimsPrincipal
- ClaimsPrincipal
The ClaimsPrincipal from which to retrieve the user flow ID.
Returns
User flow ID of the identity, or null
if it cannot be found.