The short answer has been given already. I'm looking for the long answer. Subquestions:
- Will a full trust application ever throw a SecurityException? If yes, in what circumstances?
- What are "CRL security settings", where are they, and how much do I have to worry about them?
- It's pointless to catch an ArgumentException in e.g.
int.Parse("25")
. When can I be sure that a SecurityException will never be thrown?