12 references to KeySize
System.Core (12)
System\Security\Cryptography\ECDiffieHellmanCng.cs (6)
115
KeySizeValue = m_key.
KeySize
;
217
if (m_key != null && m_key.
KeySize
!= KeySize) {
289
KeySizeValue = m_key.
KeySize
;
348
if (otherPartyPublicKey.
KeySize
!= KeySize) {
520
if (otherPartyPublicKey.
KeySize
!= KeySize) {
557
KeySizeValue = newKey.
KeySize
;
System\Security\Cryptography\ECDsaCng.cs (4)
96
KeySizeValue = m_key.
KeySize
;
130
if (m_key != null && m_key.
KeySize
!= KeySize) {
201
KeySizeValue = m_key.
KeySize
;
435
KeySizeValue = newKey.
KeySize
;
System\Security\Cryptography\RsaCng.cs (2)
85
if (_key != null && _key.
KeySize
!= KeySize)
138
KeySizeValue = _key.
KeySize
;