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 (AsnEncodedData^)

 

Initializes a new instance of the Pkcs9AttributeObject class using a specified AsnEncodedData object as its attribute type and value.

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

public:
Pkcs9AttributeObject(
	AsnEncodedData^ asnEncodedData
)

Parameters

asnEncodedData
Type: System.Security.Cryptography::AsnEncodedData^

An object that contains the PKCS #9 attribute type and value to use.

Exception Condition
ArgumentException

The length of the Value member of the Oid member of asnEncodedData is zero.

ArgumentNullException

The Oid member of asnEncodedData is null.

-or-

The Value member of the Oid member of asnEncodedData is null.

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