views:

12

answers:

1

Hi, I have a custom validator that does validation based on the thumbprint of the client cert. How can I still call the in-built chain trust validator or perform chain trust validation?

Thanks.

+1  A: 

http://www.leastprivilege.com/CertificateBasedAuthenticationAndWCFMessageSecurity.aspx

nitzmahone
Just what I was looking for. Thanks.
fung