1 write to prgpEncryptedKey
System.Security (1)
system\security\cryptography\pkcs\envelopedpkcs7.cs (1)
661
encryptParam.
prgpEncryptedKey
= new SafeLocalAllocHandle[cKeyAgree];
3 references to prgpEncryptedKey
System.Security (3)
system\security\cryptography\pkcs\envelopedpkcs7.cs (3)
898
encryptParam.
prgpEncryptedKey
[cKeyAgree] = CAPI.LocalAlloc(CAPI.LPTR, new IntPtr(Marshal.SizeOf(typeof(IntPtr))));
900
Marshal.WriteIntPtr(prgpRecipientEncryptedKeys, encryptParam.
prgpEncryptedKey
[cKeyAgree].DangerousGetHandle());
902
Marshal.WriteIntPtr(encryptParam.
prgpEncryptedKey
[cKeyAgree].DangerousGetHandle(), encryptParam.rgpEncryptedKey[cKeyAgree].DangerousGetHandle());