Microsoft.Azure.ServiceBus.Primitives Namespace
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.
Classes
AzureActiveDirectoryTokenProvider |
Represents the Azure Active Directory token provider for the Service Bus. |
JsonSecurityToken |
Extends SecurityToken for JWT specific properties |
ManagedIdentityTokenProvider |
Represents the Azure Active Directory token provider for Azure Managed Identity integration. |
SecurityToken |
Provides information about a security token such as audience, expiry time, and the string token value. |
SharedAccessSignatureTokenProvider |
The SharedAccessSignatureTokenProvider generates tokens using a shared access key or existing signature. |
TokenProvider |
This abstract base class can be extended to implement additional token providers. |
Interfaces
ITokenProvider |
Provides interface definition of a token provider. |
Enums
TokenScope |
A enum representing the scope of the SecurityToken. |
Delegates
AzureActiveDirectoryTokenProvider.AuthenticationCallback |
Azure SDK for .NET