3 references to KeySizeInBits
System.Security.Cryptography (3)
src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsaManaged.RSA.cs (3)
109rsa = CreateRSA(algorithm.KeySizeInBits); 159if (rsa.KeySize != algorithm.KeySizeInBits) 214if (rsa.KeySize != algorithm.KeySizeInBits)