On 8/9/06, ali <[EMAIL PROTECTED]> wrote:
Yes i have gone through Use of TLS section of RFE3920 and can't understand these two points how to implement them progrmatically i am programming in VB.NetThe initiating entity MUST validate the certificate presented by the receiving entity i want to know the why to read the certificate presented by jabber.com
If you want to do this then you need to implement ICertificatePolicy on a new class and set ServicePointManager.CertificatePolicy to an instance of your class. -- - Norman Rasmussen - Email: [EMAIL PROTECTED] - Home page: http://norman.rasmussen.co.za/
