Base:
property
KeySize
System.Security.Cryptography.SymmetricAlgorithm.KeySize
1 override of KeySize
System.Security.Cryptography (1)
System\Security\Cryptography\RC2CryptoServiceProvider.Unix.cs (1)
80public override int KeySize
3 writes to KeySize
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (1)
658rc2.KeySize = requestedKeyLength.Value * 8;
System\Security\Cryptography\RC2CryptoServiceProvider.Unix.cs (1)
89_impl.KeySize = value;
System.Security.Cryptography.Pkcs (1)
src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (1)
658rc2.KeySize = requestedKeyLength.Value * 8;
7 references to KeySize
System.Security.Cryptography (7)
System\Security\Cryptography\RC2CryptoServiceProvider.Unix.cs (1)
82get { return _impl.KeySize; }
System\Security\Cryptography\RC2Implementation.cs (6)
54Key = RandomNumberGenerator.GetBytes(KeySize / BitsPerByte); 78Debug.Assert(EffectiveKeySize == KeySize); 91Debug.Assert(EffectiveKeySize == KeySize); 115Debug.Assert(EffectiveKeySize == KeySize); 140Debug.Assert(EffectiveKeySize == KeySize); 165Debug.Assert(EffectiveKeySize == KeySize);