ManagedIdentityClientAssertion Constructors
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.
Overloads
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)
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
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)
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
- logger
- ILogger
A logger