8 protected bool configured;
22 if (SecurityInfo.Length == 2)
24 object?
Value = SecurityInfo[1];
28 else if (
Value is
string StringValue)
29 this.Value = StringValue;
33 this.configured =
true;
44 public string?
Value {
get;
protected set; } =
string.Empty;
49 return this.GetType().Name +
": " + (this.Value ??
string.Empty);
Abstract base class for security objects.
Abstract base class for security objects that represent named string values.
string? Value
String Value.
override bool IsConfigured
If the object has been configured.
override bool Configure(Vector SecurityInfo)
If the object can be configured by the security information provided.
override string ToString()