EncryptedStringParameterAttribute
Namespace: Lithnet.Ecma2Framework
Defines a configuration parameter that is rendered as a textbox in the management agent's configuration pages, and is stored as an encrypted string
public class EncryptedStringParameterAttribute : DataParameterAttribute
Inheritance Object → Attribute → ParameterAttribute → DataParameterAttribute → EncryptedStringParameterAttribute
Properties
Name
Gets the name of the parameter, as shown to the user on the MIM configuration page
public string Name { get; }
Property Value
TypeId
public object TypeId { get; }
Property Value
Constructors
EncryptedStringParameterAttribute(String)
Initializes a new instance of the EncryptedStringParameterAttribute class
public EncryptedStringParameterAttribute(string name)
Parameters
name
String
The name of the parameter, as shown to the user on the MIM configuration page
Last updated