IManagedIdentityApplication Interface

Definition

Component to be used with managed identity applications for Azure resources.

public interface IManagedIdentityApplication : Microsoft.Identity.Client.IApplicationBase
type IManagedIdentityApplication = interface
    interface IApplicationBase
Public Interface IManagedIdentityApplication
Implements IApplicationBase
Derived
Implements

Methods

AcquireTokenForManagedIdentity(String)

Acquires token for a managed identity configured on Azure resource. See https://aka.ms/msal-net-managed-identity.

Applies to