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.

Pkcs9AttributeObject Constructor (String^, array<Byte>^)

 

Initializes a new instance of the Pkcs9AttributeObject class using a specified string representation of an object identifier (OID) as the attribute type and a specified ASN.1 encoded data as the attribute value.

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

public:
Pkcs9AttributeObject(
	String^ oid,
	array<unsigned char>^ encodedData
)

Parameters

oid
Type: System::String^

The string representation of an OID that represents the PKCS #9 attribute type.

encodedData
Type: array<System::Byte>^

An array of byte values that contains the PKCS #9 attribute value.

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