Microsoft Identity Integration Server 2003 Developer Reference

Password Change History XML

The password change history XML structure contains information about one or more password change events.

Schema

Elements of the Password Change History

You can get information about the history of password changes for an object in the connector space by accessing an MIIS_CSObject through WMI. The PasswordChangeHistory property contains the <password-change-history> element where the information is stored as XML.

The following example shows the XML structure of a password change history that contains one change:

<password-change-history>
	<event>
		<change-type>SET</change-type>
		<time>2002-12-27 1:23:45.678</time>
		<performed-by>jsmith</performed-by>
		<error-code>0x0</error-code>
	</event>
</password-change-history>