Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
Asn1And.cs
1using System;
2using System.Collections.Generic;
3using System.Text;
4
6{
11 {
18 : base(Left, Right)
19 {
20 }
21 }
22}
Abstract base class for ASN.1 restrictions.
Asn1And(Asn1Restriction Left, Asn1Restriction Right)
Both restrictions apply
Definition: Asn1And.cs:17