IoTTokenProvider Class
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.
public class IoTTokenProvider : Microsoft.ServiceBus.SharedAccessSignatureTokenProvider
type IoTTokenProvider = class
inherit SharedAccessSignatureTokenProvider
Public Class IoTTokenProvider
Inherits SharedAccessSignatureTokenProvider
- Inheritance
Properties
CacheSize |
Gets or sets the size of the cache. (Inherited from TokenProvider) |
CacheTokens |
Gets or sets a value that indicates whether new security tokens are being cached. (Inherited from TokenProvider) |
IsWebTokenSupported |
Gets or sets a value that indicates whether web token is supported by this provider. (Inherited from TokenProvider) |
StripQueryParameters |
Gets whether the token provider strips query parameters. (Inherited from SharedAccessSignatureTokenProvider) |
TokenScope |
Gets or sets the token scope associated with the provider. (Inherited from TokenProvider) |
Methods
BeginGetToken(String, String, Boolean, TimeSpan, AsyncCallback, Object) |
Begins an asynchronous operation to get a security token. (Inherited from TokenProvider) |
BeginGetWebToken(String, String, Boolean, TimeSpan, AsyncCallback, Object) |
Begins an asynchronous operation to get a web token. (Inherited from TokenProvider) |
BuildKey(String, String) |
Generates a key for the token provider. (Inherited from SharedAccessSignatureTokenProvider) |
BuildSignature(String) | |
Clear() |
Clears the token provider. (Inherited from TokenProvider) |
EndGetToken(IAsyncResult) |
Completes an asynchronous operation to get a security token. (Inherited from TokenProvider) |
EndGetWebToken(IAsyncResult) |
Completes an asynchronous operation to get a web token. (Inherited from TokenProvider) |
GetTokenAsync(String, String, Boolean, TimeSpan) |
Asynchronously retrieves the token for the provider. (Inherited from TokenProvider) |
GetWebTokenAsync(String, String, Boolean, TimeSpan) |
Asynchronously retrieves the web token for the provider. (Inherited from TokenProvider) |
NormalizeAppliesTo(String) |
Returns an object whose value is the same as the token provider. (Inherited from TokenProvider) |
OnBeginGetToken(String, String, TimeSpan, AsyncCallback, Object) |
Executes upon calling the BeginGetToken method. (Inherited from SharedAccessSignatureTokenProvider) |
OnBeginGetWebToken(String, String, TimeSpan, AsyncCallback, Object) |
Executes upon calling the BeginGetWebToken method. (Inherited from SharedAccessSignatureTokenProvider) |
OnEndGetToken(IAsyncResult, DateTime) |
Executes upon calling the EndGetToken method. (Inherited from SharedAccessSignatureTokenProvider) |
OnEndGetWebToken(IAsyncResult, DateTime) |
Executes upon calling the EndGetWebToken method. (Inherited from SharedAccessSignatureTokenProvider) |
Applies to
Azure SDK for .NET