3.1.4.2.3.2 RequestSslCertificateResponseBody
-
<xsd:complexType name="RequestSslCertificateResponseBody"> <xsd:sequence> <xsd:element minOccurs="1" maxOccurs="1" name="pSslPort" type="xsd:unsignedInt"/> <xsd:element minOccurs="1" maxOccurs="1" name="pwsSslCertificateThumbprint" type="xsd:string"/> <xsd:element minOccurs="1" maxOccurs="1" name="ppSslCertificate" type="tns:ArrayOfBytes"/> </xsd:sequence> </xsd:complexType>
pSslPort: Contains the port number that the server listens on for secure requests.
pwsSslCertificateThumbprint: Contains the server's certificate thumbprint.
ppSslCertificate: Contains the server's binary X.509 certificate. Clients MUST verify that the subject name of the certificate matches the host name of the server. Clients MUST also verify that the certificate's enhanced key usage (EKU) supports only Server Authentication.