Skip to content

Commit 3a6c233

Browse files
authored
Merge pull request #45898 from DanielAlt/patch-1
Update service-bus-sas.md
2 parents 2870122 + b230093 commit 3a6c233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-bus-messaging/service-bus-sas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ SharedAccessSignature sig=<signature-string>&se=<expiry>&skn=<keyName>&sr=<URL-e
7979
* **`sr`** - URI of the resource being accessed.
8080
* **`sig`** - Signature.
8181

82-
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 CRLF.
82+
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 LF.
8383

8484
The hash computation looks similar to the following pseudo code and returns a 256-bit/32-byte hash value.
8585

0 commit comments

Comments
 (0)