1 write to s_rsaOaepSha1EncryptMethod
Microsoft.Build.Tasks.Core (1)
ManifestUtil\CngLightup.cs (1)
352
s_rsaOaepSha1EncryptMethod
=
3 references to s_rsaOaepSha1EncryptMethod
Microsoft.Build.Tasks.Core (3)
ManifestUtil\CngLightup.cs (3)
346
if (
s_rsaOaepSha1EncryptMethod
== null)
356
Debug.Assert(
s_rsaOaepSha1EncryptMethod
!= null);
357
return
s_rsaOaepSha1EncryptMethod
(rsa, data);