2 writes to rgpRecipients
System.Security (2)
system\security\cryptography\pkcs\envelopedpkcs7.cs (2)
649encryptParam.rgpRecipients = CAPI.LocalAlloc(CAPI.LPTR, new IntPtr(totalSize)); 1023encryptParam.rgpRecipients = CAPI.LocalAlloc(CAPI.LPTR, new IntPtr(totalSize));
5 references to rgpRecipients
System.Security (5)
system\security\cryptography\pkcs\envelopedpkcs7.cs (5)
425encodeInfo.rgCmsRecipients = encryptParam.rgpRecipients.DangerousGetHandle(); 437encodeInfo.rgpRecipients = encryptParam.rgpRecipients.DangerousGetHandle(); 684IntPtr pKeyInfo = new IntPtr((long) encryptParam.rgpRecipients.DangerousGetHandle() + reiSize); 691CAPI.CMSG_RECIPIENT_ENCODE_INFO * pEncodeInfo = (CAPI.CMSG_RECIPIENT_ENCODE_INFO *) new IntPtr((long) encryptParam.rgpRecipients.DangerousGetHandle() + 1025IntPtr pCertInfo = encryptParam.rgpRecipients.DangerousGetHandle();