Microsoft Identity Integration Server 2003 Developer Reference

AttemptDetails Property of the MIIS_PasswordChangeHistoryTarget Class

The AttemptDetails property contains the history of password set attempts on the target server.

Remarks

AttemptDetails contains the return code and time for each password change attempt. It returns this information in XML format, providing the following information for each attempt:

[XML]
<results>
  <result>
	<time>TimeA</time>
	<error-code>errorA</error-code>
  </result>
  <result>
	<time>TimeB</time>
	<error-code>errorB</error-code>
  </result>
…
</results>

Requirements

Server: Requires Microsoft Identity Integration Server 2003 Service Pack 1.
Header: Declared in mmswmi.mof.


See Also

MIIS_PasswordChangeHistoryTarget