1 write to _pCmsgCmsRecipientInfoMemory
System.Security.Cryptography.Pkcs (1)
Internal\Cryptography\Pal\Windows\KeyTransRecipientInfoPalWindows.cs (1)
20
_pCmsgCmsRecipientInfoMemory
= pCmsgCmsRecipientInfoMemory;
2 references to _pCmsgCmsRecipientInfoMemory
System.Security.Cryptography.Pkcs (2)
Internal\Cryptography\Pal\Windows\KeyTransRecipientInfoPalWindows.cs (2)
94
CMSG_CMS_RECIPIENT_INFO* pRecipientInfo = (CMSG_CMS_RECIPIENT_INFO*)(
_pCmsgCmsRecipientInfoMemory
.DangerousGetHandle());
97
GC.KeepAlive(
_pCmsgCmsRecipientInfoMemory
);