| ConfigurationItemEncrypted Property |
Whether the configuration item should be encrypted.
Namespace:
Galactic.Configuration
Assembly:
Galactic.Configuration (in Galactic.Configuration.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax public bool Encrypted { get; set; }
Public Property Encrypted As Boolean
Get
Set
public:
property bool Encrypted {
bool get ();
void set (bool value);
}
member Encrypted : bool with get, set
Property Value
Type:
BooleanSee Also