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