2.2.9.10.2 ISSUER

The ISSUER element of the rights policy template identifies the issuer of the template. The contents of the ISSUER element MUST be copied from the contents of the principal element in the ISSUEDPRINCIPALS element of the SPC of the issuing server.

The ISSUER element MUST use the following template.

 <ISSUER>
   <OBJECT type="MS-DRM-Server">
     <ID type="MS-GUID">[[- GUID -]]</ID> 
     [[- name -]]
     [[- address -]]
   </OBJECT>
   [[- publickey -]]
 </ISSUER>

[[- GUID -]]: MUST be a unique GUID that identifies the issuer of the license, represented as a literal ASCII string enclosed in braces. MUST be taken from the object of the principal of the ISSUEDPRINCIPALS of the issuer's certificate.

[[- name -]]: SHOULD be a string containing a name for the server. The NAME element MAY be omitted.

[[- address -]]: SHOULD be an ADDRESS element of type "URL" containing the URL of the server.

[[- publickey -]]: MUST contain the issuer's public key. The exponent MUST be set to 65537. The size attribute of the VALUE element MUST be set to the size of the issuer's public key. The modulus MUST contain the modulus of the issuer's public key.