23 references to Pss
dotnet-watch (1)
Microsoft.AspNetCore.Identity (1)
Microsoft.AspNetCore.Identity.Test (1)
Microsoft.WebTools.AspireService.Package (1)
Microsoft.WebTools.AspireService.Tests (1)
System.Security.Cryptography (8)
src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsaManaged.cs (5)
564new RsaAlgorithm(2048, HashAlgorithmName.SHA256, RSASignaturePadding.Pss),
596new RsaAlgorithm(3072, HashAlgorithmName.SHA256, RSASignaturePadding.Pss),
612new RsaAlgorithm(4096, HashAlgorithmName.SHA384, RSASignaturePadding.Pss),
684new RsaAlgorithm(3072, HashAlgorithmName.SHA256, RSASignaturePadding.Pss),
692new RsaAlgorithm(4096, HashAlgorithmName.SHA384, RSASignaturePadding.Pss),
System.Security.Cryptography.Cose (4)
System.Security.Cryptography.Pkcs (6)