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