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