ManagedIdentityClientAssertion Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
| Nazwa | Opis |
|---|---|
| ManagedIdentityClientAssertion(String) | |
| ManagedIdentityClientAssertion(String, String) | |
| ManagedIdentityClientAssertion(String, String, ILogger) |
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