6 references to AlgId
System.Security.Cryptography (6)
System\Security\Cryptography\X509Certificates\CertificatePal.Windows.cs (2)
104algId = AlgId.CALG_RSA_KEYX; // Fast-path for the most common case. 114if (algId == AlgId.CALG_DSS_SIGN
System\Security\Cryptography\X509Certificates\X509Pal.Windows.PublicKey.cs (4)
54case AlgId.CALG_RSA_KEYX: 55case AlgId.CALG_RSA_SIGN: 61case AlgId.CALG_DSS_SIGN: 244bw.Write((uint)AlgId.CALG_DSS_SIGN); // pPubKeyStruc->aiKeyAlg = CALG_DSS_SIGN;