Property | Type | Description | |
---|---|---|---|
KeyComparer | StringComparer |
Method | Description | |
---|---|---|
DeleteCredentials ( |
Deletes a credential from the cache.
|
|
DeleteToken ( |
Deletes a token from the cache.
|
|
ReadCredentials ( |
Reads credentials for a target URI from the credential store
|
|
ReadToken ( |
Gets a token from the cache.
|
|
SecretCache ( string @namespace, |
||
WriteCredentials ( |
Writes credentials for a target URI to the credential store
|
|
WriteToken ( |
Writes a token to the cache.
|
Method | Description | |
---|---|---|
GetTargetName ( |
Formats a TargetName string based on the TargetUri base on the format started by git-credential-winstore
|
|
SecretCache ( ) : System | ||
SecretCache ( ICredentialStore credentialStore ) : System |
public DeleteCredentials ( |
||
targetUri | The URI of the target for which credentials are being deleted | |
return | void |
public DeleteToken ( |
||
targetUri | The key which to find and delete the token with. | |
return | void |
public ReadCredentials ( |
||
targetUri | The URI of the target for which credentials are being read | |
return |
public ReadToken ( |
||
targetUri | The key which to find the token. | |
return | Token |
public SecretCache ( string @namespace, |
||
@namespace | string | |
getTargetName | ||
return | System |
public WriteCredentials ( |
||
targetUri | The URI of the target for which credentials are being stored | |
credentials | The credentials to be stored | |
return | void |
public WriteToken ( |
||
targetUri | The key which to index the token by. | |
token | Token | The token to write to the cache. |
return | void |