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