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