OAuthTokenProvider.BuildKey(String, String) Method

Definition

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.

Applies to