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)
696
rc2.
KeySize
= requestedKeyLength.Value * 8;
System.Security.Cryptography.Pkcs (1)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (1)
696
rc2.
KeySize
= requestedKeyLength.Value * 8;
7 references to KeySize
System.Security.Cryptography (7)
System\Security\Cryptography\RC2CryptoServiceProvider.Windows.cs (1)
106
Debug.Assert(EffectiveKeySize ==
KeySize
);
System\Security\Cryptography\RC2Implementation.cs (6)
54
Key = RandomNumberGenerator.GetBytes(
KeySize
/ BitsPerByte);
78
Debug.Assert(EffectiveKeySize ==
KeySize
);
91
Debug.Assert(EffectiveKeySize ==
KeySize
);
115
Debug.Assert(EffectiveKeySize ==
KeySize
);
140
Debug.Assert(EffectiveKeySize ==
KeySize
);
165
Debug.Assert(EffectiveKeySize ==
KeySize
);