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 (array<Byte>^)

 

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

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

public:
AsnEncodedData(
	array<unsigned char>^ rawData
)

Parameters

rawData
Type: array<System::Byte>^

A byte array that contains Abstract Syntax Notation One (ASN.1)-encoded data.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft