[Mono-bugs] [Bug 668819] Unnaturaly exception has thrown when I call "Mono.Security.X509.X509StoreManager.TrustedRootCertificates"
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Sep 13 21:01:00 EDT 2011
https://bugzilla.novell.com/show_bug.cgi?id=668819
https://bugzilla.novell.com/show_bug.cgi?id=668819#c3
Sebastien Pouliot <sebastien.pouliot at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sebastien.pouliot at gmail.com
--- Comment #3 from Sebastien Pouliot <sebastien.pouliot at gmail.com> 2011-09-14 01:00:58 UTC ---
Is there a particular reason for needing to use this feature ?
Because there are no current plan to make Mono.Security.X509.X509StoreManager.*
work, by itself, on MonoTouch. It's used internally (e.g. for SSL/TLS) by
Mono[Touch]. In MonoTouch case we (presently*) check with iOS if the
certificates are trusted.
* future version won't use Mono.Security.X509.X509StoreManager to create an
X509Chain and will fully delegate this responsibility to iOS.
In any case you can still set a delegate (or implement ICertificatePolicy) to
override the decision to trust (or not) specific certificates based on your own
rules.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list