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
Methods
CreateNewElement()
protected override ConfigurationElement CreateNewElement()
Returns
- ConfigurationElement
GetElementKey(ConfigurationElement)
protected override object GetElementKey(ConfigurationElement element)
Parameters
element
ConfigurationElement
Returns
IsElementName(string)
protected override bool IsElementName(string elementName)
Parameters
elementName
string