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
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.