13 public abstract string Oid {
get; }
30 public abstract bool Configure(Vector SecurityInfo);
39 return Object == this.Oid ? Grade.Ok :
Grade.NotAtAll;
Abstract base class for security objects.
virtual Grade Supports(string Object)
If the interface understands objects such as Object.
abstract bool IsConfigured
If the object has been configured.
abstract string Oid
OID identifying the type of object.
string ObjectName
Name of object.
abstract bool Configure(Vector SecurityInfo)
If the object can be configured by the security information provided.
Interface for security objects.