ClientApplicationBase.ClientId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Use AppConfig.ClientId instead.See https://aka.ms/msal-net-3-breaking-changes.
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; }
[<System.Obsolete("Use AppConfig.ClientId instead.See https://aka.ms/msal-net-3-breaking-changes. ", true)>]
member this.ClientId : string
Public ReadOnly Property ClientId As String
Property Value
Implements
- Attributes