AzureActiveDirectoryTokenProvider Class

Definition

Represents the Azure Active Directory token provider for the Service Bus.

public class AzureActiveDirectoryTokenProvider : Microsoft.Azure.ServiceBus.Primitives.TokenProvider
type AzureActiveDirectoryTokenProvider = class
    inherit TokenProvider
Public Class AzureActiveDirectoryTokenProvider
Inherits TokenProvider
Inheritance
AzureActiveDirectoryTokenProvider

Constructors

AzureActiveDirectoryTokenProvider(AzureActiveDirectoryTokenProvider+AuthenticationCallback, String, Object)

Methods

GetTokenAsync(String, TimeSpan)

Gets a SecurityToken for the given audience and duration.

Applies to