Search Results for

    Show / Hide Table of Contents

    Class UserNameCredentialsElement

    Represents a configuration element containing the user name and password credentials.

    Inheritance
    object
    ConfigurationElement
    UserNameCredentialsElement
    WindowsCredentialsElement
    Inherited Members
    ConfigurationElement.Init()
    ConfigurationElement.IsModified()
    ConfigurationElement.ResetModified()
    ConfigurationElement.IsReadOnly()
    ConfigurationElement.SetReadOnly()
    ConfigurationElement.ListErrors(IList)
    ConfigurationElement.InitializeDefault()
    ConfigurationElement.Reset(ConfigurationElement)
    ConfigurationElement.Equals(object)
    ConfigurationElement.GetHashCode()
    ConfigurationElement.SetPropertyValue(ConfigurationProperty, object, bool)
    ConfigurationElement.Unmerge(ConfigurationElement, ConfigurationElement, ConfigurationSaveMode)
    ConfigurationElement.SerializeToXmlElement(XmlWriter, string)
    ConfigurationElement.SerializeElement(XmlWriter, bool)
    ConfigurationElement.DeserializeElement(XmlReader, bool)
    ConfigurationElement.OnRequiredPropertyNotFound(string)
    ConfigurationElement.PostDeserialize()
    ConfigurationElement.PreSerialize(XmlWriter)
    ConfigurationElement.OnDeserializeUnrecognizedAttribute(string, string)
    ConfigurationElement.OnDeserializeUnrecognizedElement(string, XmlReader)
    ConfigurationElement.GetTransformedTypeString(string)
    ConfigurationElement.GetTransformedAssemblyString(string)
    ConfigurationElement.LockAttributes
    ConfigurationElement.LockAllAttributesExcept
    ConfigurationElement.LockElements
    ConfigurationElement.LockAllElementsExcept
    ConfigurationElement.LockItem
    ConfigurationElement.this[ConfigurationProperty]
    ConfigurationElement.this[string]
    ConfigurationElement.ElementInformation
    ConfigurationElement.EvaluationContext
    ConfigurationElement.ElementProperty
    ConfigurationElement.HasContext
    ConfigurationElement.CurrentConfiguration
    object.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetType()
    object.MemberwiseClone()
    Namespace: Nevatech.Vsb.Repository.Configuration
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    public class UserNameCredentialsElement : ConfigurationElement

    Constructors

    UserNameCredentialsElement()

    Declaration
    public UserNameCredentialsElement()

    Fields

    PasswordAttributeName

    Name of the attribute representing the password property in the configuration element.

    Declaration
    public const string PasswordAttributeName = "password"
    Field Value
    Type Description
    string

    UserNameAttributeName

    Name of the attribute representing the user name property in the configuration element.

    Declaration
    public const string UserNameAttributeName = "userName"
    Field Value
    Type Description
    string

    Properties

    Password

    Gets or sets the password.

    Declaration
    [ConfigurationProperty("password")]
    public string Password { 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
    ConfigurationElement.Properties

    UserName

    Gets or sets the user name.

    Declaration
    [ConfigurationProperty("userName")]
    public string UserName { get; set; }
    Property Value
    Type Description
    string
    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation