-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
Pri3Indicates issues/PRs that are low priorityIndicates issues/PRs that are low priorityarea-System.SecurityIssues related to security practices for .NET developers.Issues related to security practices for .NET developers.doc-bugProblem with the content; needs to be fixedProblem with the content; needs to be fixedexample-requestIndicates issues requesting samplesIndicates issues requesting samples
Milestone
Description
The example for CheckSignature(X509Certificate2Collection, Boolean)
in the System.Security.Cryptography.Pkcs/SignedCms.xml section uses the same code as the previous method (CheckSignature(Boolean)
)
The examples for both methods link to ~/samples/snippets/csharp/VS_Snippets_WindowsServer/mpkcs_SignedCMS/cs/Program.cs#1)
which is an example for CheckSignature(Boolean)
. There does not appear to be an example for CheckSignature(X509Certificate2Collection, Boolean)
in the samples repo.
I think the fix is to first add the example to the samples repo, then point this documentation to that sample
Metadata
Metadata
Assignees
Labels
Pri3Indicates issues/PRs that are low priorityIndicates issues/PRs that are low priorityarea-System.SecurityIssues related to security practices for .NET developers.Issues related to security practices for .NET developers.doc-bugProblem with the content; needs to be fixedProblem with the content; needs to be fixedexample-requestIndicates issues requesting samplesIndicates issues requesting samples