Język

ManagedIdentityClientAssertion Konstruktory

Definicja

Przeciążenia

ManagedIdentityClientAssertion(String)

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

Parametry

managedIdentityClientId
String

Opcjonalny identyfikator ClientId tożsamości zarządzanej

Dotyczy

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)

Parametry

managedIdentityClientId
String

Opcjonalny identyfikator ClientId tożsamości zarządzanej

tokenExchangeUrl
String

Opcjonalni odbiorcy tokenu do żądania z tożsamości zarządzanej. Wartość domyślna to "api://AzureADTokenExchange". Ta wartość różni się w chmurach innych niż Azure publiczna

Dotyczy

ManagedIdentityClientAssertion(String, String, ILogger)

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

Parametry

managedIdentityClientId
String

Opcjonalny identyfikator ClientId tożsamości zarządzanej

tokenExchangeUrl
String

Opcjonalni odbiorcy tokenu do żądania z tożsamości zarządzanej. Wartość domyślna to "api://AzureADTokenExchange". Ta wartość różni się w chmurach innych niż Azure publiczna

logger
ILogger

Rejestrator

Dotyczy