On Jun 19, 2006, at 3:35 AM, Peter Karlsson wrote:

Hi,
I'm trying to delete my app's keychainitem, but I'm not able to do it. It's the first time I use them, so it might very well be a stupid misstake.
Anyway, here's my code:

NewItem = New KeyChainItem
NewItem.ServiceName = "MyApp's name"
NewItem.AccountName = System.EnvironmentVariable("USER")
NewItem.Delete

Before you can delete it, you must ask the keychain to find it (FindPassword). Until then, we don't even know what keychain it belongs to (as the user can have multiple keychains).

HTH,
Jon


--
Jonathan Johnson
REAL Software, Inc.

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to