2 overrides of EffectiveKeySize
System.Security.Cryptography (2)
System\Security\Cryptography\RC2CryptoServiceProvider.Unix.cs (1)
53public override int EffectiveKeySize
System\Security\Cryptography\RC2Implementation.cs (1)
14public override int EffectiveKeySize
3 writes to EffectiveKeySize
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (1)
659rc2.EffectiveKeySize = rc2Parameters.GetEffectiveKeyBits();
System\Security\Cryptography\RC2CryptoServiceProvider.Unix.cs (1)
56set { _impl.EffectiveKeySize = value; }
System.Security.Cryptography.Pkcs (1)
src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (1)
659rc2.EffectiveKeySize = rc2Parameters.GetEffectiveKeyBits();
1 reference to EffectiveKeySize
System.Security.Cryptography (1)
System\Security\Cryptography\RC2CryptoServiceProvider.Unix.cs (1)
55get { return _impl.EffectiveKeySize; }