Udostępnij za pośrednictwem


ManagedIdentityClientAssertion Constructors

Definition

Overloads

ManagedIdentityClientAssertion(String)

See https://aka.ms/ms-id-web/certificateless.

ManagedIdentityClientAssertion(String, String)

See https://aka.ms/ms-id-web/certificateless.

ManagedIdentityClientAssertion(String)

public ManagedIdentityClientAssertion (string? managedIdentityClientId);
new Microsoft.Identity.Web.ManagedIdentityClientAssertion : string -> Microsoft.Identity.Web.ManagedIdentityClientAssertion
Public Sub New (managedIdentityClientId As String)

Parameters

managedIdentityClientId
String

Optional ClientId of the Managed Identity

Applies to

ManagedIdentityClientAssertion(String, String)

public ManagedIdentityClientAssertion (string? managedIdentityClientId, string? tokenExchangeUrl);
new Microsoft.Identity.Web.ManagedIdentityClientAssertion : string * string -> Microsoft.Identity.Web.ManagedIdentityClientAssertion
Public Sub New (managedIdentityClientId As String, tokenExchangeUrl As String)

Parameters

managedIdentityClientId
String

Optional ClientId of the Managed Identity

tokenExchangeUrl
String

Optional audience of the token to be requested from Managed Identity. Default value is "api://AzureADTokenExchange". This value is different on clouds other than Azure Public

Applies to