10 references to CspAlgorithmType
System.Security.Cryptography (10)
System\Security\Cryptography\CapiHelper.Windows.cs (6)
657CspAlgorithmType keyType, 665parameters = new CspParameters(keyType == CspAlgorithmType.Dss ? 677parameters.KeyNumber = keyType == CapiHelper.CspAlgorithmType.Dss ? (int)KeyNumber.Signature : (int)KeyNumber.Exchange; 724CspAlgorithmType keyType, 751if ((keyType == CspAlgorithmType.Rsa && dwAlgId != CALG_RSA_KEYX && dwAlgId != CALG_RSA_SIGN) || 752(keyType == CspAlgorithmType.Dss && dwAlgId != CALG_DSS_SIGN))
System\Security\Cryptography\DSACryptoServiceProvider.Windows.cs (2)
74CapiHelper.CspAlgorithmType.Dss, 151CapiHelper.CspAlgorithmType.Dss,
System\Security\Cryptography\RSACryptoServiceProvider.Windows.cs (2)
60CapiHelper.CspAlgorithmType.Rsa, 137CapiHelper.CspAlgorithmType.Rsa,