API GetKeyInfo: Difference between revisions
From Vendetta Lua
Jump to navigationJump to search
Line 11: | Line 11: | ||
'''Returns:'''<br> | '''Returns:'''<br> | ||
''keyid'' key id<br> | ''keyid'' key id<br> | ||
''desc'' description of key | ''desc'' description of key<br> | ||
''ownerid'' key id of the associated owner key or false | ''ownerid'' key id of the associated owner key or false<br> | ||
''time'' | ''time''<br> | ||
''unknown'' | ''unknown''<br> | ||
''unknown'' | ''unknown''<br> | ||
''isactive'' is the key active? | ''isactive'' is the key active?<br> |
Latest revision as of 03:56, 23 March 2011
GetKeyInfo
Definition:
GetKeyInfo(int keyindex) -> string keyid, string desc
Description:
Get information about the key with the given index in the keychain
Arguments:
keyindex index of key (1 to GetNumKeysInKeychain)
Returns:
keyid key id
desc description of key
ownerid key id of the associated owner key or false
time
unknown
unknown
isactive is the key active?