1 write to s_rsaPkcs1SignMethod
Microsoft.Build.Tasks.Core (1)
ManifestUtil\CngLightup.cs (1)
210
s_rsaPkcs1SignMethod
=
3 references to s_rsaPkcs1SignMethod
Microsoft.Build.Tasks.Core (3)
ManifestUtil\CngLightup.cs (3)
178
if (
s_rsaPkcs1SignMethod
== null)
220
Debug.Assert(
s_rsaPkcs1SignMethod
!= null);
221
return
s_rsaPkcs1SignMethod
(rsa, data, hashAlgorithmName);