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