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