Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
Asn1SetRestriction.cs
1using System;
2using System.Collections.Generic;
3using System.Text;
4
6{
10 public abstract class Asn1SetRestriction : Asn1Restriction
11 {
12 private readonly Asn1Values set;
13
19 {
20 this.set = Set;
21 }
22
26 public Asn1Values Set => this.set;
27 }
28}
Abstract base class for ASN.1 restrictions.
Abstract base class for sets of values
Definition: Asn1Values.cs:11
Abstract base class for set-based restrictions
Asn1SetRestriction(Asn1Values Set)
Abstract base class for set-based restrictions