Forum Discussion
TanyaYatskovska
Alumni
12 years agoHi Surendra,
Make sure that the client credential is specified in the client configuration:
<clientCredentials>
<clientCertificate findValue="tempClientCert"
storeLocation="LocalMachine"
storeName="TrustedPeople"
x509FindType="FindBySubjectName" />
</clientCredentials>
Make sure that the client credential is specified in the client configuration:
<clientCredentials>
<clientCertificate findValue="tempClientCert"
storeLocation="LocalMachine"
storeName="TrustedPeople"
x509FindType="FindBySubjectName" />
</clientCredentials>