7 writes to KeySizeValue
System.Security.Cryptography (7)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\DSACng.cs (1)
60KeySizeValue = newKeySize;
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECDiffieHellmanCng.cs (1)
66KeySizeValue = newKeySize;
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECDsaCng.cs (1)
83KeySizeValue = newKeySize;
src\runtime\src\libraries\Common\src\System\Security\Cryptography\RSACng.cs (1)
64KeySizeValue = newKeySize;
System\Security\Cryptography\AsymmetricAlgorithm.cs (1)
36KeySizeValue = value;
System\Security\Cryptography\RSABCrypt.cs (2)
27KeySizeValue = 2048; 415KeySizeValue = newKeySize;
1 reference to KeySizeValue
System.Security.Cryptography (1)
System\Security\Cryptography\AsymmetricAlgorithm.cs (1)
29return KeySizeValue;