Re: Keychain scripting...
Re: Keychain scripting...
- Subject: Re: Keychain scripting...
- From: Gnarlodious <email@hidden>
- Date: Fri, 14 May 2004 21:08:12 -0600
Entity travis n spoke thus:
>
get every key of keychain "login.keychain"
tell application "Keychain Scripting"
set currentKeychain to the name of the current keychain
keychain currentKeychain
--> keychain "Rachel.keychain" of application "Keychain Scripting"
set theKeys to every AppleShare key of keychain currentKeychain
(* {AppleShare key 1 of keychain "Rachel.keychain" of application
"Keychain Scripting", AppleShare key 2 of keychain "Rachel.keychain" of
application "Keychain Scripting", ~~~~~~~~~~~ *)
name of item 3 of theKeys
--> Clamshell
end tell
-- Gnarlie
http://www.gnarlodious.com/SantaFe/Tour.php?photo=6
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.