net11.0
namespace System.Security.Cryptography.Pkcs
{
    public sealed class CmsSigner
    {
        [Experimental("SYSLIB5006", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")]
        public CmsSigner(SubjectIdentifierType signerIdentifierType, X509Certificate2? certificate, MLDsa? privateKey);
    }
}
.NET
8.09.010.011.0
Information specific to net11.0
Assembly

System.Security.Cryptography.Pkcs , Version=11.0.0.0, PublicKeyToken=b03f5f7f11d50a3a

Referencing

Requires any:

  • Your project needs to use SDK Microsoft.NET.Sdk.Web.

  • Your project needs a framework reference to Microsoft.AspNetCore.App.

  • Your project needs a package reference to System.Security.Cryptography.Pkcs.

Platform Restrictions

This API is supported on any platform except for these:

  • Browser
  • wasi
  • Built-in API
  • Package-provided API