Table of Contents

Class TokenProviderElementCollection

Namespace
Microsoft.ServiceBus.Configuration
Assembly
Microsoft.ServiceBus.dll

Represents a collection of elements for the token provider.

public sealed class TokenProviderElementCollection : ConfigurationElementCollection
Inheritance
TokenProviderElementCollection

Constructors

TokenProviderElementCollection()

public TokenProviderElementCollection()

Properties

this[string]

Gets an item in the collection.

public TokenProviderElement this[string name] { get; }

Parameters

name string

The name of the item.

Property Value

TokenProviderElement

An item in the collection.

Methods

CreateNewElement()

protected override ConfigurationElement CreateNewElement()

Returns

ConfigurationElement

GetElementKey(ConfigurationElement)

protected override object GetElementKey(ConfigurationElement element)

Parameters

element ConfigurationElement

Returns

object