SignerInfo.RemoveUnsignedAttribute(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.
Removes the specified attribute from the current document.
public:
void RemoveUnsignedAttribute(System::Security::Cryptography::AsnEncodedData ^ unsignedAttribute);
public:
void RemoveUnsignedAttribute(System::Security::Cryptography::AsnEncodedData ^ asnEncodedData);
public void RemoveUnsignedAttribute (System.Security.Cryptography.AsnEncodedData unsignedAttribute);
public void RemoveUnsignedAttribute (System.Security.Cryptography.AsnEncodedData asnEncodedData);
member this.RemoveUnsignedAttribute : System.Security.Cryptography.AsnEncodedData -> unit
member this.RemoveUnsignedAttribute : System.Security.Cryptography.AsnEncodedData -> unit
Public Sub RemoveUnsignedAttribute (unsignedAttribute As AsnEncodedData)
Public Sub RemoveUnsignedAttribute (asnEncodedData As AsnEncodedData)
Parameters
- unsignedAttributeasnEncodedData
- AsnEncodedData
The ASN.1 encoded attribute to remove from the document.
Exceptions
Cannot find the original signer.
-or-
Attribute not found.
-or-
ASN1 corrupted data.
Remarks
The document is re-encoded after the removal.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.