Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
Asn1RestrictedValueReference.cs
1using System;
2using System.Collections.Generic;
3using System.Text;
4
6{
11 {
12 private readonly Asn1Restriction restriction;
13
21 Asn1Document Document)
22 : base(Identifier, Document)
23 {
24 this.restriction = Restriction;
25 }
26
30 public Asn1Restriction Restriction => this.restriction;
31 }
32}
Represents an ASN.1 document.
Definition: Asn1Document.cs:21
Abstract base class for ASN.1 restrictions.
Asn1RestrictedValueReference(string Identifier, Asn1Restriction Restriction, Asn1Document Document)
Represents an ASN.1 value reference.