1
0
mirror of synced 2025-12-19 18:06:02 -05:00
Files
core/release-notes/10.0/api-diff/Microsoft.WindowsDesktop.App/10.0.0_System.Security.Cryptography.Pkcs.md
Pranav Senthilnathan bbe69a494d API Diff .NET 9.0 -> 10.0 (#10147)
* API Diff .NET 9.0 -> 10.0

* Remove System.Threading.AccessControl from notes

* Move files up one level
2025-12-02 15:35:35 -08:00

1.5 KiB

System.Security.Cryptography.Pkcs

  namespace System.Security.Cryptography.Pkcs
  {
      public sealed class CmsSigner
      {
+         [System.Diagnostics.CodeAnalysis.ExperimentalAttribute("SYSLIB5006", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")]
+         public CmsSigner(System.Security.Cryptography.Pkcs.SubjectIdentifierType signerIdentifierType, System.Security.Cryptography.X509Certificates.X509Certificate2? certificate, System.Security.Cryptography.CompositeMLDsa? privateKey);
+         [System.Diagnostics.CodeAnalysis.ExperimentalAttribute("SYSLIB5006", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")]
+         public CmsSigner(System.Security.Cryptography.Pkcs.SubjectIdentifierType signerIdentifierType, System.Security.Cryptography.X509Certificates.X509Certificate2? certificate, System.Security.Cryptography.MLDsa? privateKey);
+         [System.Diagnostics.CodeAnalysis.ExperimentalAttribute("SYSLIB5006", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")]
+         public CmsSigner(System.Security.Cryptography.Pkcs.SubjectIdentifierType signerIdentifierType, System.Security.Cryptography.X509Certificates.X509Certificate2? certificate, System.Security.Cryptography.SlhDsa? privateKey);
      }
      public sealed class Pkcs12CertBag : System.Security.Cryptography.Pkcs.Pkcs12SafeBag
      {
+         [System.Runtime.Versioning.UnsupportedOSPlatformAttribute("browser")]
  
          public System.Security.Cryptography.X509Certificates.X509Certificate2 GetCertificate();
      }
  }