5 references to CMSG_RECIPIENT_ENCRYPTED_KEY_ENCODE_INFO
System.Security (5)
system\security\cryptography\pkcs\envelopedpkcs7.cs (5)
901
encryptParam.rgpEncryptedKey[cKeyAgree] = CAPI.LocalAlloc(CAPI.LPTR, new IntPtr(Marshal.SizeOf(typeof(CAPI.
CMSG_RECIPIENT_ENCRYPTED_KEY_ENCODE_INFO
))));
905
pcbSize = new IntPtr((long) encryptParam.rgpEncryptedKey[cKeyAgree].DangerousGetHandle() + (long) Marshal.OffsetOf(typeof(CAPI.
CMSG_RECIPIENT_ENCRYPTED_KEY_ENCODE_INFO
), "cbSize"));
906
Marshal.WriteInt32(pcbSize, Marshal.SizeOf(typeof(CAPI.
CMSG_RECIPIENT_ENCRYPTED_KEY_ENCODE_INFO
)));
909
IntPtr pRecipientPublicKey = new IntPtr((long) encryptParam.rgpEncryptedKey[cKeyAgree].DangerousGetHandle() + (long) Marshal.OffsetOf(typeof(CAPI.
CMSG_RECIPIENT_ENCRYPTED_KEY_ENCODE_INFO
), "RecipientPublicKey"));
924
IntPtr pRecipientId = new IntPtr((long) encryptParam.rgpEncryptedKey[cKeyAgree].DangerousGetHandle() + (long) Marshal.OffsetOf(typeof(CAPI.
CMSG_RECIPIENT_ENCRYPTED_KEY_ENCODE_INFO
), "RecipientId"));