6 references to BindCoreDelegate
Microsoft.Build.Tasks.Core (6)
ManifestUtil\CngLightup.cs (6)
84
BindCoreDelegate
<RSA>("RSA", isPublic: true) ??
103
BindCoreDelegate
<RSA>("RSA", isPublic: false) ??
120
BindCoreDelegate
<DSA>("DSA", isPublic: true) ??
132
BindCoreDelegate
<DSA>("DSA", isPublic: false) ??
147
s_getECDsaPublicKey =
BindCoreDelegate
<ECDsa>("ECDsa", isPublic: true) ?? (c => null);
160
s_getECDsaPrivateKey =
BindCoreDelegate
<ECDsa>("ECDsa", isPublic: false) ?? (c => null);