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