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