b_wincred_set_with_raw_value {keyring} | R Documentation |
Set a key on a Wincred keyring
Description
Set a key on a Wincred keyring
Usage
b_wincred_set_with_raw_value(self, private, service, username, password,
keyring)
Arguments
service |
Service name. Must not be empty.
|
username |
Username. Might be empty.
|
password |
The key text to store.
Check if we are using the default keyring.
If yes, then just store the key and we are done.
Otherwise check if keyring exists.
If not, error and finish.
If yes, check if it is locked.
If yes, unlock it.
Encrypt the key with the AES key, and store it.
|
[Package
keyring version 1.1.0
Index]