SSL implementation with desktop application
-
Hi everybody, I want to call a secure web page through desktop application. Though .net automatically validates it but i want to get the exact status of error. In previous version certificatePolicy property of ServicePointManager was used for this purpose but now it is obsoleted. They have provided another function ServerCertificateValidationCallback but when I reach at the statement, it gives an error : "System.Security.SecurityException: Request for the permission of type 'System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed."
-
Hi everybody, I want to call a secure web page through desktop application. Though .net automatically validates it but i want to get the exact status of error. In previous version certificatePolicy property of ServicePointManager was used for this purpose but now it is obsoleted. They have provided another function ServerCertificateValidationCallback but when I reach at the statement, it gives an error : "System.Security.SecurityException: Request for the permission of type 'System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed."
very strange!!!!!!!!!!!!