9 writes to KeySizeValue
System.Security.Cryptography (9)
src\libraries\Common\src\System\Security\Cryptography\DSAOpenSsl.cs (1)
74
KeySizeValue
= newKeySize;
src\libraries\Common\src\System\Security\Cryptography\ECDiffieHellmanOpenSsl.cs (3)
23
KeySizeValue
= keySize;
89
KeySizeValue
= keySizeValue;
108
KeySizeValue
= keySize;
src\libraries\Common\src\System\Security\Cryptography\ECDsaOpenSsl.cs (1)
76
KeySizeValue
= newKeySize;
src\libraries\Common\src\System\Security\Cryptography\RSAOpenSsl.cs (1)
66
KeySizeValue
= newKeySize;
System\Security\Cryptography\AsymmetricAlgorithm.cs (1)
36
KeySizeValue
= value;
System\Security\Cryptography\ECDiffieHellmanOpenSsl.cs (2)
40
KeySizeValue
= Interop.Crypto.EvpPKeyBits(_key.Value);
71
KeySizeValue
= Interop.Crypto.EvpPKeyBits(_key.Value);
1 reference to KeySizeValue
System.Security.Cryptography (1)
System\Security\Cryptography\AsymmetricAlgorithm.cs (1)
29
return
KeySizeValue
;