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