3.1.4.1.3.2 DiscoveryResponse

The <DiscoveryResponse> complex type describes the information to send to the client in the <DiscoverResponse> request element (section 3.1.4.1.2.2).

Namespace: http://schemas.microsoft.com/windows/management/2012/01/enrollment

  
 <xsd:element name="DiscoveryResponse">
   
         <xsd:complexType>
             <xsd:all>
                 <xsd:element name="DiscoverResult">
                     <xsd:complexType>
                         <xsd:all>
                             <xsd:element minOccurs="1" maxOccurs="1" name="AuthPolicy" type="enroll:AuthPolicyType"/>
                             <xsd:element minOccurs="0" maxOccurs="1" name="EnrollmentPolicyServiceUrl" nillable="true" type="xsd:anyURI"/>
                             <xsd:element minOccurs="1" maxOccurs="1" name="EnrollmentServiceUrl" type="xsd:anyURI"/>
                             <xsd:element minOccurs="0" maxOccurs="1" name="AuthenticationServiceUrl" nillable="true" type="xsd:anyURI"/>
                             <xsd:element minOccurs="0" maxOccurs="1" name="EnrollmentVersion" nillable="true" type="xsd:decimal"/>
                         </xsd:all>
                     </xsd:complexType>
                 </xsd:element>
             </xsd:all>
         </xsd:complexType>
  
 </xsd:element>

AuthPolicy: The value is a string and MUST be set to Federated, Certificate, or OnPremise.

AuthenticationServiceUrl: The value of <AuthenticationServiceUrl> is the name of the STS from which the client will retrieve a security token.

EnrollmentPolicyServiceUrl: The value of <EnrollmentPolicyServiceUrl> is the address of the DS against which the X.509 Certificate Enrollment Policy Protocol [MS-XCEP] operations are performed.

EnrollmentServiceUrl: The value of <EnrollmentServiceUrl> is the address of the DS against which the WS-Trust X.509v3 Token Enrollment Extensions [MS-WSTEP] operations are performed.

EnrollmentVersion: The value can be 3.0 or 4.0.<13>