IClientApplicationBase.ClientId Property
Definition
Warning
This API is now obsolete.
Gets the Client ID (also known as Application ID) of the application as registered in the application registration portal (https://aka.ms/msal-net-register-app) and as passed in the constructor of the application.
[System.Obsolete("Use AppConfig.ClientId instead.See https://aka.ms/msal-net-3-breaking-changes", true)]
public string ClientId { get; }
member this.ClientId : string
Public ReadOnly Property ClientId As String
Property Value
- Attributes