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