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