b_wincred_get {keyring} | R Documentation |
Get a key from a Wincred keyring
Description
Get a key from a Wincred keyring
Usage
b_wincred_get(self, private, service, username, keyring)
Arguments
service |
Service name. Must not be empty. |
username |
Username. Might be empty.
Additionally, users may specify an encoding to use when converting the password from a byte-string, for compatibility with other software such as python's keyring package. This is done via an option, or an environment variable. |
[Package keyring version 1.3.2 Index]