Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
Asn1ValueRestriction.cs
1
using
System;
2
using
System.Collections.Generic;
3
using
System.Text;
4
5
namespace
Waher.Content.Asn1.Model.Restrictions
6
{
10
public
abstract
class
Asn1ValueRestriction
:
Asn1Restriction
11
{
12
private
readonly
Asn1Value
value;
13
18
public
Asn1ValueRestriction
(
Asn1Value
Value
)
19
{
20
this.value =
Value
;
21
}
22
26
public
Asn1Node
Value
=> this.value;
27
}
28
}
Waher.Content.Asn1.Model.Asn1Node
Base class for all ASN.1 nodes.
Definition:
Asn1Node.cs:38
Waher.Content.Asn1.Model.Asn1Restriction
Abstract base class for ASN.1 restrictions.
Definition:
Asn1Restriction.cs:11
Waher.Content.Asn1.Model.Asn1Value
Abstract base class for values.
Definition:
Asn1Value.cs:11
Waher.Content.Asn1.Model.Restrictions.Asn1ValueRestriction
Abstract base class for value-based restrictions
Definition:
Asn1ValueRestriction.cs:11
Waher.Content.Asn1.Model.Restrictions.Asn1ValueRestriction.Asn1ValueRestriction
Asn1ValueRestriction(Asn1Value Value)
Abstract base class for set-based restrictions
Definition:
Asn1ValueRestriction.cs:18
Waher.Content.Asn1.Model.Restrictions.Asn1ValueRestriction.Value
Asn1Node Value
Item
Definition:
Asn1ValueRestriction.cs:26
Waher.Content.Asn1.Model.Restrictions
Definition:
Asn1And.cs:6
IoTGateway
Content
Waher.Content.Asn1
Model
Restrictions
Asn1ValueRestriction.cs
Generated by
1.9.5