NameConstraints public class NameConstraints : Asn1Encodable Documentation Code public Asn1Sequence ExcludedSubtrees { get; } public Asn1Sequence PermittedSubtrees { get; } public NameConstraints(Asn1Sequence seq) public NameConstraints(IList<GeneralSubtree> permitted, IList<GeneralSubtree> excluded) public NameConstraints(IReadOnlyCollection<GeneralSubtree> permitted, IReadOnlyCollection<GeneralSubtree> excluded) public static NameConstraints GetInstance(object obj) public static NameConstraints GetInstance(Asn1TaggedObject taggedObject, bool declaredExplicit) public static NameConstraints GetTagged(Asn1TaggedObject taggedObject, bool declaredExplicit)