Skip to content

Commit 96fe49a

Browse files
so that we can test deployments one more time (#106)
Signed-off-by: Rob Sewell <mrrobsewell@outlook.com>
1 parent 1d4c52c commit 96fe49a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/Public/Get-SHA256.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ This example calculates the SHA256 hash of a string.
1717
1818
.NOTES
1919
The function creates a new SHA256CryptoServiceProvider object, converts the string to a byte array using UTF8 encoding, computes the SHA256 hash of the byte array, converts the hash to a string and removes any hyphens, and returns the resulting hash.
20-
#>
20+
#>
2121

22-
# This function calculates the SHA256 hash of a string.
2322
# Create a new SHA256CryptoServiceProvider object.
2423
$sha256 = New-Object System.Security.Cryptography.SHA256CryptoServiceProvider
2524

0 commit comments

Comments
 (0)