1 write to s_rsaPkcs1SignMethod
Microsoft.Build.Tasks.Core (1)
ManifestUtil\CngLightup.cs (1)
182
s_rsaPkcs1SignMethod
=
3 references to s_rsaPkcs1SignMethod
Microsoft.Build.Tasks.Core (3)
ManifestUtil\CngLightup.cs (3)
150
if (
s_rsaPkcs1SignMethod
== null)
192
Debug.Assert(
s_rsaPkcs1SignMethod
!= null);
193
return
s_rsaPkcs1SignMethod
(rsa, data, hashAlgorithmName);