TokenProviderElement Class

Definition

Represents the configuration element that specifies the token provider for the Service Bus.

public class TokenProviderElement : System.ServiceModel.Configuration.ClientCredentialsElement
type TokenProviderElement = class
    inherit ClientCredentialsElement
Public Class TokenProviderElement
Inherits ClientCredentialsElement
Inheritance
TokenProviderElement

Properties

Name

Gets the name of the specified TokenProviderElement object.

Properties

Gets the collection of properties contained in the configuration element.

SharedAccessSignature

Gets the shared access signature element.

SharedSecret

Gets the shared secret element contained in the token provider element.

WindowsAuthentication

Gets the Windows authentication settings for this element.

Methods

CopyFrom(ServiceModelExtensionElement)

Copies the contents of the specified configuration element to this configuration element.

Applies to