This topic has not yet been rated - Rate this topic

4.4 Invalid SignCert Request Example

The following example describes a SignCert Request message (section 2.2.2) that contains an invalid value for the certRequest attribute.

<?xml version="1.0" encoding="UTF-8"?>
<signCertRequest xmlns="http://schemas.microsoft.com/otpcep/1.0/protocol" certRequest="asdf" oneTimePassword="Pa$$word1" username="domain1\user1" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>

The following example describes the SignCert Response message (section 2.2.3) for the request that contains the invalid field value. The statusCode attribute equals OtherError.

<?xml version="1.0" encoding="UTF-8"?>
<signCertResponse certificate="" statusCode="OtherError" xmlns="http://schemas.microsoft.com/otpcep/1.0/protocol"/>
 
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.