1 write to rgszKeyWrapObjId
System.Security (1)
system\security\cryptography\pkcs\envelopedpkcs7.cs (1)
656encryptParam.rgszKeyWrapObjId = new SafeLocalAllocHandle[cKeyAgree];
3 references to rgszKeyWrapObjId
System.Security (3)
system\security\cryptography\pkcs\envelopedpkcs7.cs (3)
845encryptParam.rgszKeyWrapObjId[cKeyAgree] = CAPI.LocalAlloc(CAPI.LPTR, new IntPtr(objId.Length + 1)); 846Marshal.Copy(objId, 0, encryptParam.rgszKeyWrapObjId[cKeyAgree].DangerousGetHandle(), objId.Length); 850Marshal.WriteIntPtr(pszObjId, encryptParam.rgszKeyWrapObjId[cKeyAgree].DangerousGetHandle());