Class ConfigurationPassword
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a password configured for an item.
public class ConfigurationPassword : BypassSection
- Inheritance
-
ConfigurationPassword
- Inherited Members
Constructors
ConfigurationPassword()
Intializes a new instance of the CENTREL.XIA.Configuration.Types.ConfigurationPassword class.
public ConfigurationPassword()
Properties
PlainTextPassword
Gets or sets the plain text password.
public string PlainTextPassword { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.ConfigurationPassword class from the specified Xml.
public static ConfigurationPassword FromXml(string xml)
Parameters
xml
stringThe XML representation of the CENTREL.XIA.Configuration.Types.ConfigurationPassword object
Returns
- ConfigurationPassword
A CENTREL.XIA.Configuration.Types.ConfigurationPassword class from the specified Xml.
ToString()
Returns the password as a human readable string.
public override string ToString()
Returns
- string
The password as a human readable string.