DESCRIPTOR

[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.]

Identifies the Active Directory Rights Management Services (AD RMS) license or certificate by using the generic OBJECT element. This element has the following definition.

<!ELEMENT DESCRIPTOR (OBJECT)>
<!ATTLIST DESCRIPTOR
  parent-id CDATA #IMPLIED >

Remarks

The parent-id attribute contains a reference to another XrML document, if any, with which the current document is associated.

Examples

The following example shows a machine certificate identified by using a GUID.

<DESCRIPTOR>
  <OBJECT type="Machine-Certificate">
    <ID type="MS-GUID">{958E4BE1-6B28-4C3D-9DEC-EA5B36169085}</ID>
    <NAME>Microsoft Machine-Certificate</NAME>
  </OBJECT>
</DESCRIPTOR>

Requirements

Product
Rights Management Services client 1.0 or later

See also

BODY

XrML Elements