Skip to content

Commit 24f077a

Browse files
Merge pull request #294386 from spelluru/patch-129614
CRLF -> LF
2 parents 21f7fd9 + 575e767 commit 24f077a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/event-hubs/authenticate-shared-access-signature.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Any client that has access to name of an authorization rule name and one of its
4444
- `sr` – URI of the resource being accessed.
4545
- `sig` – Signature.
4646

47-
The signature-string is the SHA-256 hash computed over the resource URI (scope as described in the previous section) and the string representation of the token expiry instant, separated by carriage return and line feed (CRLF). The hash computation looks similar to the following pseudo code and returns a 256-bit/32-byte hash value.
47+
The signature-string is the SHA-256 hash computed over the resource URI (scope as described in the previous section) and the string representation of the token expiry instant, separated by line feed (LF). The hash computation looks similar to the following pseudo code and returns a 256-bit/32-byte hash value.
4848

4949
```
5050
SHA-256('https://<yournamespace>.servicebus.windows.net/'+'\n'+ 1438205742)

0 commit comments

Comments
 (0)