ProviderCredentials.UserId Property

Definition

Gets or sets the provider id for the user. The value can be created and parsed using the methods provided by IAppServiceTokenHandler.

[Newtonsoft.Json.JsonIgnore]
public string UserId { get; set; }
[<Newtonsoft.Json.JsonIgnore>]
member this.UserId : string with get, set
Public Property UserId As String

Property Value

Attributes
Newtonsoft.Json.JsonIgnoreAttribute

Applies to