OAuthTokenProvider.BuildKey(String, String) Method
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.
Builds a key for the provider.
protected override Microsoft.ServiceBus.TokenProvider.Key BuildKey (string appliesTo, string action);
override this.BuildKey : string * string -> Microsoft.ServiceBus.TokenProvider.Key
Protected Overrides Function BuildKey (appliesTo As String, action As String) As TokenProvider.Key
Parameters
- appliesTo
- String
The provider in which the key will be applied.
- action
- String
The action.
Returns
A Key.