7 references to CALG_RSA_SIGN
System.Security.Cryptography (7)
System\Security\Cryptography\CapiHelper.Shared.cs (1)
167if (algId != CALG_RSA_KEYX && algId != CALG_RSA_SIGN)
System\Security\Cryptography\CapiHelper.Windows.cs (4)
679else if (parameters.KeyNumber == CALG_DSS_SIGN || parameters.KeyNumber == CALG_RSA_SIGN) 751if ((keyType == CspAlgorithmType.Rsa && dwAlgId != CALG_RSA_KEYX && dwAlgId != CALG_RSA_SIGN) || 1176case CALG_RSA_SIGN: 1197case CALG_RSA_SIGN:
System\Security\Cryptography\RSACryptoServiceProvider.Windows.cs (2)
487CapiHelper.CALG_RSA_SIGN, 523CapiHelper.CALG_RSA_SIGN,