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

 

Copies a PKCS #9 attribute type and value for this Pkcs9AttributeObject from the specified AsnEncodedData object.

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

public:
virtual void CopyFrom(
	AsnEncodedData^ asnEncodedData
) override

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
Return to top
Show:
© 2017 Microsoft