10 writes to KeySizeValue
mscorlib (2)
system\security\cryptography\asymmetricalgorithm.cs (2)
54
KeySizeValue
= value;
61
KeySizeValue
= value;
System.Core (7)
System\Security\Cryptography\ECDiffieHellmanCng.cs (3)
115
KeySizeValue
= m_key.KeySize;
289
KeySizeValue
= m_key.KeySize;
557
KeySizeValue
= newKey.KeySize;
System\Security\Cryptography\ECDsaCng.cs (3)
96
KeySizeValue
= m_key.KeySize;
201
KeySizeValue
= m_key.KeySize;
435
KeySizeValue
= newKey.KeySize;
System\Security\Cryptography\RsaCng.cs (1)
138
KeySizeValue
= _key.KeySize;
System.IdentityModel.Selectors (1)
infocard\client\System\IdentityModel\Selectors\InfoCardRSACryptoProvider.cs (1)
49
KeySizeValue
= keySize;
1 reference to KeySizeValue
mscorlib (1)
system\security\cryptography\asymmetricalgorithm.cs (1)
46
get { return
KeySizeValue
; }