Contains any errors from processing the Signature element from the last provisioning attempt.
Element hierarchy
- <CarrierProvisioningResult>
- <Signature>
Syntax
<Signature errorCode = token >
<!-- Child elements -->
Subject,
Thumbprint
</Signature>
Attributes and Elements
Attributes
| Attribute | Description | Data type | Required | Default value |
|---|---|---|---|---|
| errorCode | S_OK if schema processed successfully. Otherwise, the HRESULT returned during the provisioning attempt formatted as eight hexadecimal characters [0-9a-f]. |
token | Yes |
Child Elements
| Child Element | Description |
|---|---|
| Subject | Contains the X.509 certificate subject field of the Signature element from the last provisioning attempt. |
| Thumbprint | Contains the SignatureValue element of the Signature from the last provisioning attempt. |
Parent Elements
| Parent Element | Description |
|---|---|
| CarrierProvisioningResult | Contains any errors from processing the CarrierProvisioning element from the last provisioning attempt. CarrierProvisioningResult is the unique root element for the provisioning results. |
Requirements
Namespace |
http://www.microsoft.com/networking/CarrierControlResults/v1 |

