3.6.4.2.1.2 Asynchronous Enrollment Response
The response message MUST be sent as an ASCII text file with no additional headers or footers. This schema MUST be adhered to exactly.
-
<?xml version="1.0" encoding="utf-16"?> <s:schema targetNamespace="http://microsoft.com/DRM/EnrollmentService" elementFormDefault="qualified" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <s:import namespace="http://microsoft.com/DRM/EnrollmentService"/> <s:complexType name="EnrollResponse" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <s:complexType name="LicensorCertificateChain"> <s: element name="SLC" type="xsd:string"> <s: element name="EnrollmentServiceCert" type="xsd:string"> <s: element name="EnrollmentCACert" type="xsd:string"> <s: element name="CACert" type="xsd:string"> </s:compleType> </s:complexType> </s:schema>
LicensorCertificateChain.SLC: MUST be a string containing the SLC.
LicensorCertificateChain.EnrollmentServiceCert: MUST be a string containing the Enrollment Service certificate.
LicensorCertificateChain.EnrollmentCACert: MUST be a string containing the Enrollment CA certificate.
LicensorCertificateChain.CACert: MUST be a string containing the CA certificate.