Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
AzurePowerShellCredential Class
Definition
- Namespace:
- Azure.Identity
- Assemblies:
- Azure.Core.dll, Azure.Identity.dll
- Assembly:
- Azure.Identity.dll
- Packages:
- Azure.Core v1.58.0, Azure.Identity v1.17.2
- Package:
- Azure.Identity v1.18.0-beta.3
- Source:
- AzurePowerShellCredential.cs
- Source:
- AzurePowerShellCredential.cs
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.
Enables authentication to Microsoft Entra ID using Azure PowerShell to obtain an access token.
public class AzurePowerShellCredential : Azure.Core.TokenCredential
type AzurePowerShellCredential = class
inherit TokenCredential
Public Class AzurePowerShellCredential
Inherits TokenCredential
- Inheritance
Constructors
| Name | Description |
|---|---|
| AzurePowerShellCredential() |
Creates a new instance of the AzurePowerShellCredential. |
| AzurePowerShellCredential(AzurePowerShellCredentialOptions) |
Creates a new instance of the AzurePowerShellCredential with the specified options. |
Methods
| Name | Description |
|---|---|
| CreateTokenOptions(IReadOnlyDictionary<String,Object>) |
Creates a new instance of GetTokenOptions using the provided |
| GetToken(GetTokenOptions, CancellationToken) |
Gets an AuthenticationToken for the provided |
| GetToken(TokenRequestContext, CancellationToken) |
Obtains an access token from Azure PowerShell, using the access token to authenticate. This method is called by Azure SDK clients. |
| GetTokenAsync(GetTokenOptions, CancellationToken) |
Gets an AuthenticationToken for the provided |
| GetTokenAsync(TokenRequestContext, CancellationToken) |
Obtains an access token from Azure PowerShell, using the access token to authenticate. This method is called by Azure SDK clients. |
Applies to
Azure SDK for .NET
Feedback
Was this page helpful?
