2 references to pOtherAttr
System.Security (2)
system\security\cryptography\pkcs\recipientinfo.cs (2)
292
if (m_encryptedKeyInfo.
pOtherAttr
!= IntPtr.Zero) {
293
CAPI.CRYPT_ATTRIBUTE_TYPE_VALUE otherKeyAttribute = (CAPI.CRYPT_ATTRIBUTE_TYPE_VALUE) Marshal.PtrToStructure(m_encryptedKeyInfo.
pOtherAttr
, typeof(CAPI.CRYPT_ATTRIBUTE_TYPE_VALUE));