4 references to s_oaepSha1EncryptionPadding
Microsoft.Build.Tasks.Core (4)
ManifestUtil\CngLightup.cs (4)
348Debug.Assert(s_oaepSha1EncryptionPadding != null); 353(delegateRsa, delegateData) => (byte[])openDelegate.DynamicInvoke(delegateRsa, delegateData, s_oaepSha1EncryptionPadding); 371Debug.Assert(s_oaepSha1EncryptionPadding != null); 376(delegateRsa, delegateData) => (byte[])openDelegate.DynamicInvoke(delegateRsa, delegateData, s_oaepSha1EncryptionPadding);