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.

AsnEncodedData Constructor

 

Initializes a new instance of the AsnEncodedData class.

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

NameDescription
System_CAPS_protmethodAsnEncodedData()

Initializes a new instance of the AsnEncodedData class.

System_CAPS_pubmethodAsnEncodedData(AsnEncodedData^)

Initializes a new instance of the AsnEncodedData class using an instance of the AsnEncodedData class.

System_CAPS_pubmethodAsnEncodedData(array<Byte>^)

Initializes a new instance of the AsnEncodedData class using a byte array.

System_CAPS_pubmethodAsnEncodedData(Oid^, array<Byte>^)

Initializes a new instance of the AsnEncodedData class using an Oid object and a byte array.

System_CAPS_pubmethodAsnEncodedData(String^, array<Byte>^)

Initializes a new instance of the AsnEncodedData class using a byte array.

Return to top
Show:
© 2017 Microsoft