On Monday, February 17, 2003, at 12:03  PM, Conner, Chris wrote:

Does anyone know if there are API's for changing the contents of the
security.xreg file?

Chris

The security.xreg is just another registry.
You can use the registry API to manipulate:

SecurityEntry securityEntry = (SecurityEntry) Registry.getEntry( Registry.SECURITY, securityRef.getParent());

or to add or delete an entry, there is Registry.addEntry or Registry.removeEntry


--
David Sean Taylor
Bluesunrise Software
[EMAIL PROTECTED]
+01 707 773-4646




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to