Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 35 additions & 7 deletions xml/System.Security.Cryptography.Pkcs/SignerInfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,22 @@
<Parameter Name="asnEncodedData" Type="System.Security.Cryptography.AsnEncodedData" Index="0" FrameworkAlternate="dotnet-plat-ext-3.0" />
</Parameters>
<Docs>
<param name="asnEncodedData">To be added.</param>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
<param name="asnEncodedData">The ASN.1 encoded attribute to add to the document.</param>
<summary>Adds the specified attribute to the current document.</summary>
<remarks>
<format type="text/markdown"><![CDATA[

If the specified attribute already exists in the document, it is merged with the existing one.

The document is re-encoded after the addition.

]]></format>
</remarks>
<exception cref="T:System.Security.Cryptography.CryptographicException">Cannot find the original signer.

-or-

ASN1 corrupted data.</exception>
</Docs>
</Member>
<Member MemberName="Certificate">
Expand Down Expand Up @@ -593,9 +606,24 @@
<Parameter Name="asnEncodedData" Type="System.Security.Cryptography.AsnEncodedData" Index="0" FrameworkAlternate="dotnet-plat-ext-3.0" />
</Parameters>
<Docs>
<param name="asnEncodedData">To be added.</param>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
<param name="asnEncodedData">The ASN.1 encoded attribute to remove from the document.</param>
<summary>Removes the specified attribute from the current document.</summary>
<remarks>
<format type="text/markdown"><![CDATA[

The document is re-encoded after the removal.

]]></format>
</remarks>
<exception cref="T:System.Security.Cryptography.CryptographicException">Cannot find the original signer.

-or-

Attribute not found.

-or-

ASN1 corrupted data.</exception>
</Docs>
</Member>
<Member MemberName="SignatureAlgorithm">
Expand Down Expand Up @@ -810,4 +838,4 @@
</Docs>
</Member>
</Members>
</Type>
</Type>