4 references to CALG_RSA_KEYX
System.Security.Cryptography (4)
System\Security\Cryptography\CapiHelper.Shared.cs (2)
112bw.Write((uint)CapiHelper.CALG_RSA_KEYX); // BLOBHEADER.aiKeyAlg 167if (algId != CALG_RSA_KEYX && algId != CALG_RSA_SIGN)
System\Security\Cryptography\CapiHelper.Windows.cs (2)
683else if (parameters.KeyNumber == CALG_RSA_KEYX) 751if ((keyType == CspAlgorithmType.Rsa && dwAlgId != CALG_RSA_KEYX && dwAlgId != CALG_RSA_SIGN) ||