8 references to CMSG_RECIPIENT_ENCRYPTED_KEY_INFO
System.Security (8)
system\security\cryptography\pkcs\recipientinfo.cs (8)
205
private CAPI.
CMSG_RECIPIENT_ENCRYPTED_KEY_INFO
m_encryptedKeyInfo;
223
CAPI.
CMSG_RECIPIENT_ENCRYPTED_KEY_INFO
encryptedKeyInfo = (CAPI.
CMSG_RECIPIENT_ENCRYPTED_KEY_INFO
) Marshal.PtrToStructure(pEncryptedKeyInfo, typeof(CAPI.
CMSG_RECIPIENT_ENCRYPTED_KEY_INFO
));
232
CAPI.
CMSG_RECIPIENT_ENCRYPTED_KEY_INFO
encryptedKeyInfo = (CAPI.
CMSG_RECIPIENT_ENCRYPTED_KEY_INFO
) Marshal.PtrToStructure(pEncryptedKeyInfo, typeof(CAPI.
CMSG_RECIPIENT_ENCRYPTED_KEY_INFO
));
354
private void Reset (uint originatorChoice, uint version, CAPI.
CMSG_RECIPIENT_ENCRYPTED_KEY_INFO
encryptedKeyInfo, uint subIndex) {