3 references to BindGetCapiPrivateKey
Microsoft.Build.Tasks.Core (3)
ManifestUtil\CngLightup.cs (3)
104
BindGetCapiPrivateKey
<RSA>(RsaOid, csp => new RSACryptoServiceProvider(csp));
108
s_getRsaPrivateKey =
BindGetCapiPrivateKey
<RSA>(RsaOid, csp => new RSACryptoServiceProvider(csp));
133
BindGetCapiPrivateKey
<DSA>(DsaOid, csp => new DSACryptoServiceProvider(csp));