Click to Rate and Give Feedback
MSDN
MSDN Library
Windows Development
Identity Services
XML Reference
Hologram XML
This page is specific to
.NET Framework 3.0

Other versions are also available for the following:
Hologram XML

The hologram XML structure contains information about an object in the connector space.

You can get information about an object in the connector space whenever you preview a connector space object and save the results, run the CsExport tool, or access an MIIS_CSObject through WMI. The hologram is a sub-element in both the preview output and the CsExport output. For information on saving an object through preview and the CsExport tool, see the Microsoft Identity Integration Server 2003 Help.

The following example shows the XML structure of a hologram at a high level:

<entry dn="cn=Smith\, John,cn=Recipients,ou=fabrikam">
    <anchor encoding="base64">EgAAAFUASwAwADAANQA3ADMAMwA5AA==</anchor>
    <primary-objectclass>person</primary-objectclass>
    <objectclass>
        <oc-value>person</oc-value>
    </object-class>
    <attr name="company" type="string" multivalued="false">
        <value>Fabrikam plc</value>
    </attr>
    ...
</entry>

Send comments about this topic to Microsoft

Build date: 2/16/2009

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker