$SystemCredentialStore
gives the current credential store.
Details
- Credential stores are also called keychains or keyrings, depending on the operating system used. If possible, $SystemCredentialStore is set up to use the operating system's keychain.
- A credential store is represented as SystemCredentialStoreObject[…].
- A different credential store can be specified with $SystemCredentialStore=SystemCredentialStoreObject[<"Backend""backend","Keyring""keyring" >].
- $SystemCredentialStore is initialized to the default value when the system starts. If $DefaultSystemCredentialStore is set, it is used to initialize $SystemCredentialStore.
- Resetting $SystemCredentialStore will change the credential store used for the duration of the current session. It will not change the credential store that will be used when the system restarts.
- Values in the credential store can be accessed or added with SystemCredential["keyname"].
Examples
open allclose allBasic Examples (3)
Give the current system credential store:
Reset $SystemCredentialStore to default values suitable for your system:
Properties & Relations (1)
The system credential store is initialized from the value, if any, of $DefaultSystemCredentialStore:
Text
Wolfram Research (2020), $SystemCredentialStore, Wolfram Language function, https://reference.wolfram.com/language/ref/$SystemCredentialStore.html.
CMS
Wolfram Language. 2020. "$SystemCredentialStore." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/$SystemCredentialStore.html.
APA
Wolfram Language. (2020). $SystemCredentialStore. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/$SystemCredentialStore.html