15 public override string Oid =>
"2.5.29.31";
20 public override bool IsConfigured => this.distributionPoints is not
null;
35 (v.SubSection[0] & 0x80) == 0)
42 if (Element is Vector DistributionPointVector &&
50 this.distributionPoints = [..
Points];
static bool TryCreate(Vector SecurityInfo, [NotNullWhen(true)] out DistributionPoint? Result)
Tries to create a Distribution Point object instance from its ASN.1 decoded representation.
override string Oid
OID identifying the type of object.
DistributionPoint[] Points
Distribution points.
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.
Abstract base class for security objects.
A chunked list is a linked list of chunks of objects of type T .