你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ManagedIdentityCredential Class
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.
Attempts authentication using a managed identity that has been assigned to the deployment environment. This authentication type works for all Azure-hosted environments that support managed identity. More information about configuring managed identities can be found at https://learn.microsoft.com/entra/identity/managed-identities-azure-resources/overview.
public class ManagedIdentityCredential : Azure.Core.TokenCredential
type ManagedIdentityCredential = class
inherit TokenCredential
Public Class ManagedIdentityCredential
Inherits TokenCredential
- Inheritance
Constructors
ManagedIdentityCredential() |
Protected constructor for mocking. |
ManagedIdentityCredential(ManagedIdentityCredentialOptions) |
Creates an instance of ManagedIdentityCredential configured with the specified options. |
ManagedIdentityCredential(ManagedIdentityId) |
Creates an instance of ManagedIdentityCredential capable of authenticating using the specified ManagedIdentityId. |
Methods
GetToken(TokenRequestContext, CancellationToken) |
Obtains an AccessToken from the Managed Identity service, if available. Acquired tokens are cached by the credential instance. Token lifetime and refreshing is handled automatically. Where possible, reuse credential instances to optimize cache effectiveness. |
GetTokenAsync(TokenRequestContext, CancellationToken) |
Obtains an AccessToken from the Managed Identity service, if available. Acquired tokens are cached by the credential instance. Token lifetime and refreshing is handled automatically. Where possible, reuse credential instances to optimize cache effectiveness. |