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