3 references to s_rsaOaepSha512Parameters
System.Security.Cryptography.Pkcs (3)
Internal\Cryptography\Pal\AnyOS\ManagedPal.KeyTrans.cs (1)
165ktri.KeyEncryptionAlgorithm.Parameters = s_rsaOaepSha512Parameters;
Internal\Cryptography\Pal\Windows\PkcsPalWindows.Encrypt.cs (2)
312pEncodeInfo->KeyEncryptionAlgorithm.Parameters.cbData = (uint)s_rsaOaepSha512Parameters.Length; 313pEncodeInfo->KeyEncryptionAlgorithm.Parameters.pbData = hb.AllocBytes(s_rsaOaepSha512Parameters);