Search Results for

    Show / Hide Table of Contents

    Class WindowsCredentialsElement

    Represents a configuration element containing the Windows credentials.

    Inheritance
    object
    ConfigurationElement
    UserNameCredentialsElement
    WindowsCredentialsElement
    Inherited Members
    UserNameCredentialsElement.UserNameAttributeName
    UserNameCredentialsElement.PasswordAttributeName
    UserNameCredentialsElement.UserName
    UserNameCredentialsElement.Password
    ConfigurationElement.IsReadOnly()
    ConfigurationElement.Equals(object)
    ConfigurationElement.GetHashCode()
    ConfigurationElement.LockAttributes
    ConfigurationElement.LockAllAttributesExcept
    ConfigurationElement.LockElements
    ConfigurationElement.LockAllElementsExcept
    ConfigurationElement.LockItem
    ConfigurationElement.ElementInformation
    ConfigurationElement.CurrentConfiguration
    object.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetType()
    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
    [ConfigurationProperty("domain")]
    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
    Overrides
    UserNameCredentialsElement.Properties
    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation