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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.