2 overrides of EffectiveKeySize
System.Security.Cryptography (2)
System\Security\Cryptography\RC2CryptoServiceProvider.Windows.cs (1)
31public override int EffectiveKeySize
System\Security\Cryptography\RC2Implementation.cs (1)
14public override int EffectiveKeySize
2 writes to EffectiveKeySize
System.Security.Cryptography (1)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (1)
697rc2.EffectiveKeySize = rc2Parameters.GetEffectiveKeyBits();
System.Security.Cryptography.Pkcs (1)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (1)
697rc2.EffectiveKeySize = rc2Parameters.GetEffectiveKeyBits();