EnvironmentCredential Constructors
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.
Overloads
EnvironmentCredential() |
Creates an instance of the EnvironmentCredential class and reads client secret details from environment variables. If the expected environment variables are not found at this time, the GetToken method will return the default AccessToken when invoked. |
EnvironmentCredential(EnvironmentCredentialOptions) |
Creates an instance of the EnvironmentCredential class and reads client secret details from environment variables. If the expected environment variables are not found at this time, the GetToken method will return the default AccessToken when invoked. |
EnvironmentCredential()
- Source:
- EnvironmentCredential.cs
- Source:
- EnvironmentCredential.cs
Creates an instance of the EnvironmentCredential class and reads client secret details from environment variables. If the expected environment variables are not found at this time, the GetToken method will return the default AccessToken when invoked.
public EnvironmentCredential ();
Public Sub New ()
Applies to
EnvironmentCredential(EnvironmentCredentialOptions)
- Source:
- EnvironmentCredential.cs
- Source:
- EnvironmentCredential.cs
Creates an instance of the EnvironmentCredential class and reads client secret details from environment variables. If the expected environment variables are not found at this time, the GetToken method will return the default AccessToken when invoked.
public EnvironmentCredential (Azure.Identity.EnvironmentCredentialOptions options);
new Azure.Identity.EnvironmentCredential : Azure.Identity.EnvironmentCredentialOptions -> Azure.Identity.EnvironmentCredential
Public Sub New (options As EnvironmentCredentialOptions)
Parameters
- options
- EnvironmentCredentialOptions
Options that allow to configure the management of the requests sent to Microsoft Entra ID.
Applies to
Azure SDK for .NET