Pkcs9AttributeObject.CopyFrom(AsnEncodedData) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Copies a PKCS #9 attribute type and value for this Pkcs9AttributeObject from the specified AsnEncodedData object.
public:
override void CopyFrom(System::Security::Cryptography::AsnEncodedData ^ asnEncodedData);
public override void CopyFrom (System.Security.Cryptography.AsnEncodedData asnEncodedData);
override this.CopyFrom : System.Security.Cryptography.AsnEncodedData -> unit
Public Overrides Sub CopyFrom (asnEncodedData As AsnEncodedData)
Parameters
- asnEncodedData
- AsnEncodedData
An object that contains the PKCS #9 attribute type and value to use.
Exceptions
asnEncodeData
does not represent a compatible attribute type.
asnEncodedData
is null
.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.