X500DistinguishedName Constructor
Initializes a new instance of the X500DistinguishedName class.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | X500DistinguishedName(AsnEncodedData^) | Initializes a new instance of the X500DistinguishedName class using the specified AsnEncodedData object. |
![]() | X500DistinguishedName(array<Byte>^) | Initializes a new instance of the X500DistinguishedName class using information from the specified byte array. |
![]() | X500DistinguishedName(String^) | Initializes a new instance of the X500DistinguishedName class using information from the specified string. |
![]() | X500DistinguishedName(String^, X500DistinguishedNameFlags) | Initializes a new instance of the X500DistinguishedName class using the specified string and X500DistinguishedNameFlags flag. |
![]() | X500DistinguishedName(X500DistinguishedName^) | Initializes a new instance of the X500DistinguishedName class using the specified X500DistinguishedName object. |
