Share via


3.3.4.1.3.1 SubEnrollParameters ComplexType

The SubEnrollParameters complex type contains an enrolling server's public key and metadata.

 <s:complexType name="SubEnrollParameters">
   <s:sequence>
     <s:element minOccurs="1" maxOccurs="1"
       name="CertificatePublicKey"
       type="tns:EnrolleeCertificatePublicKey"
     />
     <s:element minOccurs="1" maxOccurs="1"
       name="EnrolleeInformation"
       type="tns:EnrolleeServerInformation"
     />
   </s:sequence>
 </s:complexType>

CertificatePublicKey: A structure that contains the requestor's public key and GUID. It MUST follow the EnrolleeCertificatePublicKey schema in section 3.3.4.1.3.2 below.

EnrolleeInformation: A structure that contains attributes of the requestor. It MUST follow the EnrolleeServerInformation schema in section 3.3.4.1.3.3.