Skip to content

Instantly share code, notes, and snippets.

@jcansdale
Created August 29, 2017 10:00
Show Gist options
  • Select an option

  • Save jcansdale/4b7b60292c3b13132914756e40a52a19 to your computer and use it in GitHub Desktop.

Select an option

Save jcansdale/4b7b60292c3b13132914756e40a52a19 to your computer and use it in GitHub Desktop.
another?
public GitHubCredentialProvider(ISharedCache sharedCache)
{
Guard.ArgumentNotNull(sharedCache, nameof(sharedCache));
secureCache = sharedCache.Secure;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment