Querying Certificates Output Example for OMA DM
This example shows the output from querying the MY certificate store.
<Status>
<CmdID>1</CmdID>
<MsgRef>1</MsgRef>
<CmdRef>0</CmdRef>
<Cmd>SyncHdr</Cmd>
<Data>200</Data>
</Status>
<Status>
<CmdID>2</CmdID>
<MsgRef>1</MsgRef>
<CmdRef>1</CmdRef>
<Cmd>Get</Cmd>
<Data>200</Data>
</Status>
<Results>
<CmdID>3</CmdID>
<MsgRef>1</MsgRef>
<CmdRef>1</CmdRef>
<Item>
<Source>
<LocURI>./Vendor/MSFT/CertificateStore/MY/{hash of the vertificate}</LocURI>
</Source>
<Meta>
<Format xmlns="syncml:metinf">node</Format>
</Meta>
</Item>
<Item>
<Source>
<LocURI>./Vendor/MSFT/CertificateStore/MY/{hash of the vertificate}/EncodedCertificate</LocURI>
</Source>
<Meta>
<Format xmlns="syncml:metinf">b64</Format>
</Meta>
<Data>{encoded certificate}</Data>
</Item>
<Item>
<Source>
<LocURI>./Vendor/MSFT/CertificateStore/MY/{hash of the vertificate}/ValidFrom</LocURI>
</Source>
<Data>2002-06-05T06:49:47Z</Data>
</Item>
<Item>
<Source>
<LocURI>./Vendor/MSFT/CertificateStore/MY/{hash of the vertificate}/ValidTo</LocURI>
</Source>
<Data>2039-12-31T23:59:59Z</Data>
</Item>
<Item>
<Source>
<LocURI>./Vendor/MSFT/CertificateStore/MY/{hash of the vertificate}/IssuedBy</LocURI>
</Source>
<Data>Root Agency</Data>
</Item>
<Item>
<Source>
<LocURI>./Vendor/MSFT/CertificateStore/MY/{hash of the vertificate}/IssuedTo</LocURI>
</Source>
<Data>MY Store</Data>
</Item>
</Results>
See Also
CertificateStore Configuration Service Provider Examples for OMA DM
Send Feedback on this topic to the authors