Share via


AuthenticationOptions.ClientId Property

Definition

The client (application) ID of an App Registration in the tenant.

[System.ComponentModel.DataAnnotations.RegularExpression("^[0-9A-Fa-f\-]{36}$")]
public string ClientId { get; set; }
[<System.ComponentModel.DataAnnotations.RegularExpression("^[0-9A-Fa-f\-]{36}$")>]
member this.ClientId : string with get, set
Public Property ClientId As String

Property Value

Attributes

Applies to