RgfIdentityServiceGetUserIdAsync Method

Definition

Namespace: Recrovit.RecroGridFramework.Identity
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.12.0.24.1213.1
C#
public Task<string> GetUserIdAsync(
	ClaimsPrincipal principal
)

Parameters

principal  ClaimsPrincipal
 

Return Value

TaskString

Implements

IRgfIdentityServiceGetUserIdAsync(ClaimsPrincipal)

See Also