Show / Hide Table of Contents

    Class WindowsCredentialsElement

    Represents a configuration element containing the Windows credentials.

    Inheritance
    Object
    UserNameCredentialsElement
    WindowsCredentialsElement
    Inherited Members
    UserNameCredentialsElement.UserNameAttributeName
    UserNameCredentialsElement.PasswordAttributeName
    UserNameCredentialsElement.UserName
    UserNameCredentialsElement.Password
    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
    Overrides
    UserNameCredentialsElement.Properties
    Back to top Nevatech Sentinet 6.5 Online Documentation