SharedKeyCanonicalizer.CanonicalizeHttpRequest Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts the specified HTTP request data into a standard form appropriate for signing.
public string CanonicalizeHttpRequest (System.Net.Http.HttpRequestMessage request, string accountName);
abstract member CanonicalizeHttpRequest : System.Net.Http.HttpRequestMessage * string -> string
override this.CanonicalizeHttpRequest : System.Net.Http.HttpRequestMessage * string -> string
Public Function CanonicalizeHttpRequest (request As HttpRequestMessage, accountName As String) As String
Parameters
- request
- HttpRequestMessage
The HTTP request that needs to be signed.
- accountName
- String
The name of the storage account that the HTTP request will access.
Returns
The canonicalized string containing the HTTP request data in a standard form appropriate for signing.