4 references to BindCoreDelegate
Microsoft.Build.Tasks.Core (4)
ManifestUtil\CngLightup.cs (4)
80
BindCoreDelegate
<RSA>("RSA", isPublic: true) ??
99
BindCoreDelegate
<RSA>("RSA", isPublic: false) ??
119
s_getECDsaPublicKey =
BindCoreDelegate
<ECDsa>("ECDsa", isPublic: true) ?? (c => null);
132
s_getECDsaPrivateKey =
BindCoreDelegate
<ECDsa>("ECDsa", isPublic: false) ?? (c => null);