言語

IManagedIdentityApplication インターフェイス

定義

Azure リソースのマネージド ID アプリケーションで使用されるコンポーネント。

public interface IManagedIdentityApplication : Microsoft.Identity.Client.IApplicationBase
type IManagedIdentityApplication = interface
    interface IApplicationBase
Public Interface IManagedIdentityApplication
Implements IApplicationBase
派生
実装

メソッド

名前 説明
AcquireTokenForManagedIdentity(String)

Azure リソースで構成されたマネージド ID のトークンを取得します。 https://aka.ms/msal-net-managed-identityを参照してください。

適用対象