ConfidentialClientApplicationBuilder.Create(String) Method
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.
Creates a ConfidentialClientApplicationBuilder from a clientID. See https://aka.ms/msal-net-application-configuration
public static Microsoft.Identity.Client.ConfidentialClientApplicationBuilder Create (string clientId);
static member Create : string -> Microsoft.Identity.Client.ConfidentialClientApplicationBuilder
Public Shared Function Create (clientId As String) As ConfidentialClientApplicationBuilder
Parameters
- clientId
- String
Client ID (also known as App ID) of the application as registered in the application registration portal (https://aka.ms/msal-net-register-app)/.
Returns
A ConfidentialClientApplicationBuilder from which to set more parameters, and to create a confidential client application instance