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