Share via


ISSUEDTIME

[The AD RMS SDK leveraging functionality exposed by the client in Msdrm.dll is available for use in Windows Server 2008, Windows Vista, Windows Server 2008 R2, Windows 7, Windows Server 2012, and Windows 8. It may be altered or unavailable in subsequent versions. Instead, use Active Directory Rights Management Services SDK 2.1, which leverages functionality exposed by the client in Msipc.dll.]

Contains the date and time at which the XrML license or certificate was issued. It has the following definition.

<!ELEMENT ISSUEDTIME (%moment;)>

<!-- The format is yyyy-mm-ddThh:mm:ss; e.g. 2000-01-27T15:30 -->
<!ENTITY % moment "#PCDATA" >

Remarks

The format of the %moment entity is yyyy-mm-ddThh:mm:ss where yyyy specifies the year, mm the month, dd the day, hh the hour, mm the minute, and ss the second of issuance in Coordinated Universal Time (UTC). This is shown by the following example.

<BODY type="LICENSE" version="3.0">
  <ISSUEDTIME>20030122T21:59</ISSUEDTIME>
    .
    .
    .
</BODY>

Requirements

Product
Rights Management Services client 1.0 or later

See also

BODY

XrML Elements