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