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
10 changes: 6 additions & 4 deletions xml/System.Security.Cryptography.Pkcs/SignedCms.xml
Original file line number Diff line number Diff line change
Expand Up @@ -350,9 +350,10 @@
<Parameter Name="certificate" Type="System.Security.Cryptography.X509Certificates.X509Certificate2" Index="0" FrameworkAlternate="dotnet-plat-ext-3.0" />
</Parameters>
<Docs>
<param name="certificate">To be added.</param>
<summary>To be added.</summary>
<param name="certificate">The certificate to add to the collection.</param>
<summary>Adds a certificate to the collection of certificates for the encoded CMS/PKCS #7 message.</summary>
<remarks>To be added.</remarks>
<exception cref="T:System.Security.Cryptography.CryptographicException">The certificate already exists in the collection.</exception>
</Docs>
</Member>
<Member MemberName="Certificates">
Expand Down Expand Up @@ -926,9 +927,10 @@ The following permissions are required to access the signature key:
<Parameter Name="certificate" Type="System.Security.Cryptography.X509Certificates.X509Certificate2" Index="0" FrameworkAlternate="dotnet-plat-ext-3.0" />
</Parameters>
<Docs>
<param name="certificate">To be added.</param>
<summary>To be added.</summary>
<param name="certificate">The certificate to remove from the collection.</param>
<summary>Removes the specified certificate from the collection of certificates for the encoded CMS/PKCS #7 message.</summary>
<remarks>To be added.</remarks>
<exception cref="T:System.Security.Cryptography.CryptographicException">The certificate was not found.</exception>
</Docs>
</Member>
<MemberGroup MemberName="RemoveSignature">
Expand Down