2 writes to EffectiveKeySizeValue
System.Security.Cryptography (2)
System\Security\Cryptography\RC2.cs (2)
65
EffectiveKeySizeValue
= value;
71
EffectiveKeySizeValue
= value;
3 references to EffectiveKeySizeValue
System.Security.Cryptography (3)
System\Security\Cryptography\RC2.cs (3)
44
if (value <
EffectiveKeySizeValue
)
55
if (
EffectiveKeySizeValue
== 0)
58
return
EffectiveKeySizeValue
;