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