public X509Name(
IList<DerObjectIdentifier> ordering,
IDictionary<DerObjectIdentifier, string> attributes
)
Public Sub New (
ordering As IList(Of DerObjectIdentifier),
attributes As IDictionary(Of DerObjectIdentifier, String)
)
public:
X509Name(
IList<DerObjectIdentifier^>^ ordering,
IDictionary<DerObjectIdentifier^, String^>^ attributes
)
Org.BouncyCastle.Asn1.X509.X509Name = function(ordering, attributes);