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^)
.NET Framework (current version)
Initializes a new instance of the Pkcs9AttributeObject class using a specified AsnEncodedData object as its attribute type and value.
Assembly: System.Security (in System.Security.dll)
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
Available since 2.0
Show: