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