Check the current status of the keyring. The default status of the keyring is to be locked, requiring its password to unlock it, to access the stored database connection strings.
get_keyring_status(keyring_name)
keyring_name | A character string providing the name of the keyring. |
---|
A message giving the locked status of the keyring.
Other keyring functions:
add_key()
,
create_locked_keyring()
,
delete_key()
,
list_keys()
,
lock_keyring()
,
unlock_keyring()