3.2.4.1.3.4 AcquireContentKeyResponse

The <AcquireContentKeyResponse> complex type contains the content key being requested.

  <s:complexType name="AcquireContentKeyResponse">
   <s:sequence>
     <s:element minOccurs="0" maxOccurs="1" name="ContentKey"
       type="s:base64Binary" /> 
     <s:element minOccurs="1" maxOccurs="1" name="ContentKeyType"
       type="tns:KeyType" /> 
   </s:sequence>
  </s:complexType>

ContentKey: A base-64 encoded binary content key. SHOULD NOT be NULL.

ContentKeyType: The type of the key. This element is a string belonging to the <KeyType> enumeration as defined by the schema in section 3.2.4.1.4.1.