IManagedIdentityApplication Interface
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.
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. |