Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

X500DistinguishedName Constructor

 

Initializes a new instance of the X500DistinguishedName class.

Namespace:   System.Security.Cryptography.X509Certificates
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodX500DistinguishedName(AsnEncodedData^)

Initializes a new instance of the X500DistinguishedName class using the specified AsnEncodedData object.

System_CAPS_pubmethodX500DistinguishedName(array<Byte>^)

Initializes a new instance of the X500DistinguishedName class using information from the specified byte array.

System_CAPS_pubmethodX500DistinguishedName(String^)

Initializes a new instance of the X500DistinguishedName class using information from the specified string.

System_CAPS_pubmethodX500DistinguishedName(String^, X500DistinguishedNameFlags)

Initializes a new instance of the X500DistinguishedName class using the specified string and X500DistinguishedNameFlags flag.

System_CAPS_pubmethodX500DistinguishedName(X500DistinguishedName^)

Initializes a new instance of the X500DistinguishedName class using the specified X500DistinguishedName object.

Return to top
Show:
© 2017 Microsoft