WindowsElement.StsUris Property

Definition

Gets or sets the collection of security token service (STS) URI.

[System.Configuration.ConfigurationProperty("stsUris", IsDefaultCollection=false, IsRequired=true)]
public virtual Microsoft.ServiceBus.Configuration.StsUriElementCollection StsUris { get; }
[<System.Configuration.ConfigurationProperty("stsUris", IsDefaultCollection=false, IsRequired=true)>]
member this.StsUris : Microsoft.ServiceBus.Configuration.StsUriElementCollection
Public Overridable ReadOnly Property StsUris As StsUriElementCollection

Property Value

The collection of security token service (STS) URI.

Attributes

Applies to