1 write to s_getECDsaPrivateKey
Microsoft.Build.Tasks.Core (1)
ManifestUtil\CngLightup.cs (1)
160
s_getECDsaPrivateKey
= BindCoreDelegate<ECDsa>("ECDsa", isPublic: false) ?? (c => null);
2 references to s_getECDsaPrivateKey
Microsoft.Build.Tasks.Core (2)
ManifestUtil\CngLightup.cs (2)
158
if (
s_getECDsaPrivateKey
== null)
163
return
s_getECDsaPrivateKey
(cert);