Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
Asn1SetRestriction.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
Asn1SetRestriction
:
Asn1Restriction
11
{
12
private
readonly
Asn1Values
set
;
13
18
public
Asn1SetRestriction
(
Asn1Values
Set
)
19
{
20
this.set =
Set
;
21
}
22
26
public
Asn1Values
Set
=> this.
set
;
27
}
28
}
Waher.Content.Asn1.Model.Asn1Restriction
Abstract base class for ASN.1 restrictions.
Definition:
Asn1Restriction.cs:11
Waher.Content.Asn1.Model.Asn1Values
Abstract base class for sets of values
Definition:
Asn1Values.cs:11
Waher.Content.Asn1.Model.Restrictions.Asn1SetRestriction
Abstract base class for set-based restrictions
Definition:
Asn1SetRestriction.cs:11
Waher.Content.Asn1.Model.Restrictions.Asn1SetRestriction.Set
Asn1Values Set
Set
Definition:
Asn1SetRestriction.cs:26
Waher.Content.Asn1.Model.Restrictions.Asn1SetRestriction.Asn1SetRestriction
Asn1SetRestriction(Asn1Values Set)
Abstract base class for set-based restrictions
Definition:
Asn1SetRestriction.cs:18
Waher.Content.Asn1.Model.Restrictions
Definition:
Asn1And.cs:6
IoTGateway
Content
Waher.Content.Asn1
Model
Restrictions
Asn1SetRestriction.cs
Generated by
1.9.5