2 writes to EffectiveKeySizeValue
mscorlib (2)
system\security\cryptography\rc2.cs (2)
50EffectiveKeySizeValue = value; 55EffectiveKeySizeValue = value;
6 references to EffectiveKeySizeValue
mscorlib (6)
system\security\cryptography\rc2.cs (3)
43if (EffectiveKeySizeValue == 0) return KeySizeValue; 44return EffectiveKeySizeValue; 65if (value < EffectiveKeySizeValue) throw new CryptographicException(Environment.GetResourceString("Cryptography_RC2_EKSKS"));
system\security\cryptography\rc2cryptoserviceprovider.cs (3)
79return _NewEncryptor(rgbKey, ModeValue, rgbIV, EffectiveKeySizeValue, 85return _NewEncryptor(rgbKey, ModeValue, rgbIV, EffectiveKeySizeValue, 131if (EffectiveKeySizeValue == 0) {