Base:
property
KeySize
System.Security.Cryptography.SymmetricAlgorithm.KeySize
2 writes to KeySize
System.Security.Cryptography (1)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (1)
696rc2.KeySize = requestedKeyLength.Value * 8;
System.Security.Cryptography.Pkcs (1)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (1)
696rc2.KeySize = requestedKeyLength.Value * 8;
7 references to KeySize
System.Security.Cryptography (7)
System\Security\Cryptography\RC2CryptoServiceProvider.Windows.cs (1)
106Debug.Assert(EffectiveKeySize == 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);