Merge pull request #9360 from SimonCropp/patch-1
Update Sha256Hasher.cs
This commit is contained in:
commit
0e346aa5ba
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ namespace Microsoft.DotNet.Cli.Telemetry
|
|||
internal static class Sha256Hasher
|
||||
{
|
||||
/// <summary>
|
||||
/// // The hashed mac address needs to be the same hashed value as produced by the other distinct sources given the same input. (e.g. VsCode)
|
||||
/// The hashed mac address needs to be the same hashed value as produced by the other distinct sources given the same input. (e.g. VsCode)
|
||||
/// </summary>
|
||||
public static string Hash(string text)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue