8 private Vector? certificatePolicies;
13 public override string Oid =>
"2.5.29.32";
18 public override bool IsConfigured => this.certificatePolicies is not
null;
override bool IsConfigured
If the object has been configured.
override string Oid
OID identifying the type of object.
override bool Configure(Vector SecurityInfo)
If the object can be configured by the security information provided.
Abstract base class for security objects.