4 references to HasAlgorithm
mscorlib (4)
system\security\cryptography\descryptoserviceprovider.cs (1)
22
if (!Utils.
HasAlgorithm
(Constants.CALG_DES, 0))
system\security\cryptography\rc2cryptoserviceprovider.cs (2)
42
if (!Utils.
HasAlgorithm
(Constants.CALG_RC2, 0))
173
if (!Utils.
HasAlgorithm
(Constants.CALG_RC2, keySizeValue))
system\security\cryptography\tripledescryptoserviceprovider.cs (1)
22
if (!Utils.
HasAlgorithm
(Constants.CALG_3DES, 0))