ManagedIdentityTokenProvider 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
ManagedIdentityTokenProvider() |
Initializes new instance of ManagedIdentityTokenProvider class with default AzureServiceTokenProvider configuration. |
ManagedIdentityTokenProvider(AzureServiceTokenProvider) |
Initializes new instance of ManagedIdentityTokenProvider class with AzureServiceTokenProvider. |
ManagedIdentityTokenProvider()
Initializes new instance of ManagedIdentityTokenProvider class with default AzureServiceTokenProvider configuration.
public ManagedIdentityTokenProvider ();
Public Sub New ()
Applies to
ManagedIdentityTokenProvider(AzureServiceTokenProvider)
Initializes new instance of ManagedIdentityTokenProvider class with AzureServiceTokenProvider.
public ManagedIdentityTokenProvider (Microsoft.Azure.Services.AppAuthentication.AzureServiceTokenProvider azureServiceTokenProvider);
new Microsoft.Azure.ServiceBus.Primitives.ManagedIdentityTokenProvider : Microsoft.Azure.Services.AppAuthentication.AzureServiceTokenProvider -> Microsoft.Azure.ServiceBus.Primitives.ManagedIdentityTokenProvider
Public Sub New (azureServiceTokenProvider As AzureServiceTokenProvider)
Parameters
- azureServiceTokenProvider
- AzureServiceTokenProvider
Remarks
Call that constructore to set AzureServiceTokenProvider with required Managed Identity connection string.
Applies to
Azure SDK for .NET