2 references to BitsPerByte
System.Security.Cryptography (2)
System\Security\Cryptography\RC2CryptoServiceProvider.Windows.cs (2)
85
long keySize = rgbKey.Length * (long)
BitsPerByte
;
107
BasicSymmetricCipher cipher = new BasicSymmetricCipherCsp(CapiHelper.CALG_RC2, Mode, BlockSize /
BitsPerByte
, rgbKey, !UseSalt, rgbIV, encrypting, 0, 0);