Public key certificate disappears automatically !!!
- From: Roshin <Roshin@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 14 Apr 2005 09:09:17 -0700
Hi,
I'm using WSE 2.0 SP3. My web service is a token issuer and issues Security
Context tokens using the <autoIssueSecurityContextToken enabled="true" /> tag
in the web.config. The web service has a server certificate issued to it in
the Local Computer->Personal store. I have exported the public key of this
server certificate and imported it into the Local Computer -> Personal store
of my client computer. The client application uses this to request a SCT from
the web service using the following APIs.
SecurityContextTokenServiceClient client = new
SecurityContextTokenServiceClient(new Uri( wscpProxy.Url ));
SecurityContextToken sessionToken =
client.IssueSecurityContextTokenAuthenticated(token,iToken);
where token - Username token for authentication
iToken - X509SecurityToken which is the public key certificate of
the server
Everything seems to work fine initially. But all of a sudden the public key
certificate of the web service disappears from the Local Computer-> Personal
store of the client machine and is no longer visible through the Certificates
MMC. This has happened repeatedly. Is there a machine/domain policy that is
removing this certificate ? The certificate is trusted and has not expired.
Any help will be greatly appreciated.
Roshin
.
- Follow-Ups:
- Prev by Date: Re: Receiving SOAP Messages over TCP
- Next by Date: Ignoring Message Expiration
- Previous by thread: WSE2.0 Catastrophic Performance
- Next by thread: RE: Public key certificate disappears automatically !!!
- Index(es):
Relevant Pages
|