src\runtime\src\libraries\Common\src\System\Security\Cryptography\DSACng.cs (1)
34KeySize = keySize;
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECDiffieHellmanCng.cs (1)
49base.KeySize = value;
src\runtime\src\libraries\Common\src\System\Security\Cryptography\RSACng.cs (1)
32KeySize = keySize;
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECDiffieHellmanCng.cs (1)
39return base.KeySize;