i want read certificate details (e.g. expiration date or cn) security reasons.
usually there properties in network classes available, allow check certificate. missing in wp8 implementations.
also tried create sslstream there no way certificate detail remotecertificate on .net 4.5.
var sslstream = new sslstream(new networkstream(e.connectsocket)); the sslstream missing relating security. looks bountycastle , other libraries cannot able certificate, because underlying framework doesn't support it.
so questions are:
- can read cn or other certificate details on wp8 using other approaches.?
- if not, how can create secure apps (line banking) on wp8 using techniques ssl pinning or client side certificate validation , there reason why not supported in wp8?
regards holger
i issued user voice request microsoft .net team asking them provide solution reading server ssl certificate details portable class libraries (targeting wp8). can vote here: http://visualstudio.uservoice.com/forums/121579-visual-studio/suggestions/4784983-support-server-ssl-certificate-chain-inspection-in
Comments
Post a Comment