Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IssuerAltName.cs
2{
7 {
11 public override string Oid => "2.5.29.18";
12
13 public override bool Configure(Vector SecurityInfo)
14 {
15 if (!base.Configure(SecurityInfo))
16 return false;
17
18 return true;
19 }
20 }
21}
override bool Configure(Vector SecurityInfo)
If the object can be configured by the security information provided.
Abstract base class for general name properties.
Definition: GeneralName.cs:12