[Mono-devel-list] FYI: SecurityParser

Sebastien Pouliot spouliot at videotron.ca
Sat Jul 5 21:36:20 EDT 2003


Hello mono'ers

A new XML parser, derived from Sergey's Mono.Xml.MiniParser, has been
commited into CVS.

This version parse basic XML document (like the one used in security for
DSA, RSA, security permissions ...) and returns a SecurityElement[*] using
it's ToXml () method - which is widely used elsewhere in System.Security
(all Security namespaces outside Cryptography.*).

So anyone who requires parsing XML in corlib (which can't use System.Xml
assembly) and found MiniParser a little too complex can try the new
(internal) class.

[*] By design, SecurityElement can generate, but not parse, XML (but corlib
needs both).

Sebastien Pouliot
Security Architect, Motus Technologies, http://www.motus.com/
work: spouliot at motus.com
home: spouliot at videotron.ca





More information about the Mono-devel-list mailing list