Skip to content

Instantly share code, notes, and snippets.

@letscodego
Last active August 13, 2022 07:03
Show Gist options
  • Save letscodego/ce73c3485a54c8f2a51713239e9ca3c0 to your computer and use it in GitHub Desktop.
Save letscodego/ce73c3485a54c8f2a51713239e9ca3c0 to your computer and use it in GitHub Desktop.
client.ClientCredentials.Windows.ClientCredential.Domain = "WorkstationName";
client.ClientCredentials.Windows.ClientCredential.UserName = "blabla";
client.ClientCredentials.Windows.ClientCredential.Password = "blabla123";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment