1 write to rgszObjId
System.Security (1)
system\security\cryptography\pkcs\envelopedpkcs7.cs (1)
653
encryptParam.
rgszObjId
= new SafeLocalAllocHandle[recipients.Count];
6 references to rgszObjId
System.Security (6)
system\security\cryptography\pkcs\envelopedpkcs7.cs (6)
710
encryptParam.
rgszObjId
[index] = CAPI.LocalAlloc(CAPI.LPTR, new IntPtr(objId.Length + 1));
711
Marshal.Copy(objId, 0, encryptParam.
rgszObjId
[index].DangerousGetHandle(), objId.Length);
715
Marshal.WriteIntPtr(pszObjId, encryptParam.
rgszObjId
[index].DangerousGetHandle());
825
encryptParam.
rgszObjId
[index] = CAPI.LocalAlloc(CAPI.LPTR, new IntPtr(objId.Length + 1));
826
Marshal.Copy(objId, 0, encryptParam.
rgszObjId
[index].DangerousGetHandle(), objId.Length);
830
Marshal.WriteIntPtr(pszObjId, encryptParam.
rgszObjId
[index].DangerousGetHandle());