File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
xml/System.Security.Cryptography.Pkcs Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 350
350
<Parameter Name =" certificate" Type =" System.Security.Cryptography.X509Certificates.X509Certificate2" Index =" 0" FrameworkAlternate =" dotnet-plat-ext-3.0" />
351
351
</Parameters >
352
352
<Docs >
353
- <param name =" certificate" >To be added .</param >
354
- <summary >To be added .</summary >
353
+ <param name =" certificate" >The certificate to add to the collection .</param >
354
+ <summary >Adds a certificate to the collection of certificates for the encoded CMS/PKCS #7 message .</summary >
355
355
<remarks >To be added.</remarks >
356
+ <exception cref =" T:System.Security.Cryptography.CryptographicException" >The certificate already exists in the collection.</exception >
356
357
</Docs >
357
358
</Member >
358
359
<Member MemberName =" Certificates" >
@@ -926,9 +927,10 @@ The following permissions are required to access the signature key:
926
927
<Parameter Name =" certificate" Type =" System.Security.Cryptography.X509Certificates.X509Certificate2" Index =" 0" FrameworkAlternate =" dotnet-plat-ext-3.0" />
927
928
</Parameters >
928
929
<Docs >
929
- <param name =" certificate" >To be added .</param >
930
- <summary >To be added .</summary >
930
+ <param name =" certificate" >The certificate to remove from the collection .</param >
931
+ <summary >Removes the specified certificate from the collection of certificates for the encoded CMS/PKCS #7 message .</summary >
931
932
<remarks >To be added.</remarks >
933
+ <exception cref =" T:System.Security.Cryptography.CryptographicException" >The certificate was not found.</exception >
932
934
</Docs >
933
935
</Member >
934
936
<MemberGroup MemberName =" RemoveSignature" >
You can’t perform that action at this time.
0 commit comments