UserContext.AuthenticatedUserId Property

Definition

Gets or sets the authenticated user id. Authenticated user id should be a persistent string that uniquely represents each authenticated user in the application or service.

public string AuthenticatedUserId { get; set; }
member this.AuthenticatedUserId : string with get, set
Public Property AuthenticatedUserId As String

Property Value

Applies to