Tagged Questions
The x509securitytokenmanager tag has no wiki summary.
2
votes
0answers
49 views
use X509IssuerSerial as mechanism to reference token in WCF
I'm making a Web Services (WCF), implementing WS-Security standards using mutual authentication with Digital Certificates, and one of the requirements is this:
Mechanism to reference the token: ...
2
votes
0answers
178 views
exchange web services x509 Certivicate
I am trying to connect to Exchange Web Services to send an email on behalf of a user through my own Web Service (ASP/WCF). My code works fine when running on a desktop PC able to connect to the ...
0
votes
3answers
5k views
Cannot find the X.509 Certificate using the following search criteria:
I get this message:
Cannot find the X.509 certificate using the following search criteria: StoreName 'My', StoreLocation 'LocalMachine', FindType 'FindBySubjectDistinguishedName', FindValue ...
0
votes
2answers
1k views
How to sign custom Soap Header?
I've added a custom soap header <MyApp:FOO> element to the <soap:Header> element and the requirments states that i must sign this element , how would one do that?
<MyApp:FOO> ...