Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
Asn1Pattern.cs
1using System;
2using System.Collections.Generic;
3using System.Text;
4
6{
11 {
16 public Asn1Pattern(Asn1Value RegularExpression)
17 : base(RegularExpression)
18 {
19 }
20 }
21}
Abstract base class for values.
Definition: Asn1Value.cs:11
Asn1Pattern(Asn1Value RegularExpression)
PATTERN
Definition: Asn1Pattern.cs:16
Abstract base class for value-based restrictions