3 instantiations of CryptoAPITransform
mscorlib (3)
system\security\cryptography\descryptoserviceprovider.cs (1)
126return new CryptoAPITransform(Constants.CALG_DES, cArgs, rgArgIds,
system\security\cryptography\rc2cryptoserviceprovider.cs (1)
177return new CryptoAPITransform(Constants.CALG_RC2, cArgs, rgArgIds,
system\security\cryptography\tripledescryptoserviceprovider.cs (1)
128return new CryptoAPITransform(algid, cArgs, rgArgIds,