Class WindowsCredentialsElement
Represents a configuration element containing the Windows credentials.
Inherited Members
Namespace: Nevatech.Vsb.Repository.Configuration
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public sealed class WindowsCredentialsElement : UserNameCredentialsElement
Constructors
WindowsCredentialsElement()
Declaration
public WindowsCredentialsElement()
Fields
DomainAttributeName
Name of the attribute representing the domain property in the configuration element.
Declaration
public const string DomainAttributeName = "domain"
Field Value
Type | Description |
---|---|
String |
Properties
Domain
Gets or sets the domain name.
Declaration
public string Domain { get; set; }
Property Value
Type | Description |
---|---|
String |
Properties
Gets collection of configuration element properties.
Declaration
protected override ConfigurationPropertyCollection Properties { get; }
Property Value
Type | Description |
---|---|
ConfigurationPropertyCollection |