public NameConstraints(
IList<GeneralSubtree> permitted,
IList<GeneralSubtree> excluded
)
Public Sub New (
permitted As IList(Of GeneralSubtree),
excluded As IList(Of GeneralSubtree)
)
public:
NameConstraints(
IList<GeneralSubtree^>^ permitted,
IList<GeneralSubtree^>^ excluded
)
Org.BouncyCastle.Asn1.X509.NameConstraints = function(permitted, excluded);