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::CopyFrom Method (AsnEncodedData^)
.NET Framework (current version)
Copies a PKCS #9 attribute type and value for this Pkcs9AttributeObject from the specified AsnEncodedData object.
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 | asnEncodeData does not represent a compatible attribute type. |
| ArgumentNullException | asnEncodedData is null. |
.NET Framework
Available since 2.0
Available since 2.0
Show: