Base:
property
BlockSize
System.Security.Cryptography.SymmetricAlgorithm.BlockSize
2 references to BlockSize
System.Security.Cryptography (2)
System\Security\Cryptography\RC2CryptoServiceProvider.Unix.cs (2)
39
_impl.CreateEncryptor(rgbKey, CapiHelper.TrimLargeIV(rgbIV,
BlockSize
));
42
_impl.CreateDecryptor(rgbKey, CapiHelper.TrimLargeIV(rgbIV,
BlockSize
));