5 references to PROV_DSS_DH
mscorlib (5)
system\security\cryptography\dsacryptoserviceprovider.cs (2)
56: this(0, new CspParameters(Constants.PROV_DSS_DH, null, null, s_UseMachineKeyStore)) { 62: this(dwKeySize, new CspParameters(Constants.PROV_DSS_DH, null, null, s_UseMachineKeyStore)) {
system\security\cryptography\icspasymmetricalgorithm.cs (1)
43else if (m_parameters.ProviderType == Constants.PROV_DSS_DH)
system\security\cryptography\utils.cs (2)
182_safeDssProvHandle = CreateProvHandle(new CspParameters(Constants.PROV_DSS_DH), true); 449parameters = new CspParameters(keyType == CspAlgorithmType.Dss ? Constants.PROV_DSS_DH : DefaultRsaProviderType, null, null, defaultFlags);