Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The EnrolleeCertificatePublicKey complex type contains an enrolling server's public key, as well as a GUID identifying the server.
-
<s:complexType name="EnrolleeCertificatePublicKey"> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="aPublicKeyBytes" type="s:base64Binary" /> <s:element minOccurs="1" maxOccurs="1" name="Guid" type="s1:guid" /> </s:sequence> </s:complexType>
aPublicKeyBytes: Contains the requestor's public key represented as a base-64 encoded string.<21>
Guid: Contains a GUID that identifies the requesting server among all other servers in the RMS system.