Table of Contents

Class WindowsElement

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

Represents the windows element for the configuration of the service bus.

public class WindowsElement : ConfigurationElement
Inheritance
WindowsElement

Properties

Domain

Gets or sets the domain.

public string Domain { get; set; }

Property Value

string

The domain.

Password

Gets or sets the password.

public string Password { get; set; }

Property Value

string

The password.

Properties

Gets or sets the collection of configuration properties.

protected override ConfigurationPropertyCollection Properties { get; }

Property Value

ConfigurationPropertyCollection

The collection of configuration properties.

StsUris

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

public virtual StsUriElementCollection StsUris { get; }

Property Value

StsUriElementCollection

The collection of security token service (STS) URI.

UseDefaultCredentials

Gets or sets a value that indicates whether to use default credentials.

public bool UseDefaultCredentials { get; set; }

Property Value

bool

true if to use default credentials; otherwise, false.

UserName

Gets or sets the username.

public string UserName { get; set; }

Property Value

string

The username.

Methods

CopyFrom(WindowsElement)

Copies the specified windows element into the current instance.

public void CopyFrom(WindowsElement source)

Parameters

source WindowsElement

The windows element to copy.