public X509Extensions(
IList<DerObjectIdentifier> ordering,
IDictionary<DerObjectIdentifier, X509Extension> extensions
)
Public Sub New (
ordering As IList(Of DerObjectIdentifier),
extensions As IDictionary(Of DerObjectIdentifier, X509Extension)
)
public:
X509Extensions(
IList<DerObjectIdentifier^>^ ordering,
IDictionary<DerObjectIdentifier^, X509Extension^>^ extensions
)
Org.BouncyCastle.Asn1.X509.X509Extensions = function(ordering, extensions);