1 write to rgszEphemeralObjId
System.Security (1)
system\security\cryptography\pkcs\envelopedpkcs7.cs (1)
659
encryptParam.
rgszEphemeralObjId
= new SafeLocalAllocHandle[cKeyAgree];
3 references to rgszEphemeralObjId
System.Security (3)
system\security\cryptography\pkcs\envelopedpkcs7.cs (3)
874
encryptParam.
rgszEphemeralObjId
[cKeyAgree] = CAPI.LocalAlloc(CAPI.LPTR, new IntPtr(objId.Length + 1));
875
Marshal.Copy(objId, 0, encryptParam.
rgszEphemeralObjId
[cKeyAgree].DangerousGetHandle(), objId.Length);
878
Marshal.WriteIntPtr(pszObjId, encryptParam.
rgszEphemeralObjId
[cKeyAgree].DangerousGetHandle());