Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hello my friends
Can I run a thumbprint on the wcf authentication service?
Can you give me the source?
thanks
Posted
Comments
Sergey Alexandrovich Kryukov 28-Jun-12 17:36pm    
Fingerprint?
--SA

1 solution

Asking for the source code is probably a bit too much for now. As far as I can understand things, they look like this: fingerprints is one thing, WCF security model is another one; and you have to put them together.

Please see this CodeProject article:
A Framework in C# for Fingerprint Verification[^].

Learn the security model:
http://www.devx.com/codemag/Article/33342/[^].

From Microsoft:
http://msdn.microsoft.com/en-us/library/ms735093.aspx[^],
http://msdn.microsoft.com/en-us/library/ms732362.aspx[^],
http://msdn.microsoft.com/en-us/library/ms731925.aspx[^],
http://msdn.microsoft.com/en-us/library/ff648370.aspx[^].

See also:
http://stackoverflow.com/questions/1086084/ssl-authentication-by-comparing-certificate-fingerprint[^],
http://social.msdn.microsoft.com/Forums/en/wcf/thread/7f50436a-86b2-40e6-82ea-d4d77eaf691a[^].

—SA
 
Share this answer
 
Comments
anatolium 28-Jun-12 18:35pm    
thank you very much/////
Sergey Alexandrovich Kryukov 28-Jun-12 18:38pm    
You are very welcome, wish you good luck,
--SA
Wonde Tadesse 28-Jun-12 20:15pm    
Good reference. 5+
Sergey Alexandrovich Kryukov 28-Jun-12 21:21pm    
Thank you, Wonde.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900