Table of Contents

Class StsUriElementCollection

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

Represents a URI element collection for the Security Token Service.

public sealed class StsUriElementCollection : ConfigurationElementCollection
Inheritance
StsUriElementCollection

Constructors

StsUriElementCollection()

Initializes a new instance of the StsUriElementCollection class.

public StsUriElementCollection()

Properties

Addresses

Gets the addresses of the element in the collection.

public IEnumerable<Uri> Addresses { get; }

Property Value

IEnumerable<Uri>

The addresses of the element in the collection.

ElementName

protected override string ElementName { get; }

Property Value

string

Methods

CreateNewElement()

protected override ConfigurationElement CreateNewElement()

Returns

ConfigurationElement

GetElementKey(ConfigurationElement)

protected override object GetElementKey(ConfigurationElement element)

Parameters

element ConfigurationElement

Returns

object

IsElementName(string)

protected override bool IsElementName(string elementName)

Parameters

elementName string

Returns

bool