ICanonicalizer Interface
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.
Represents a canonicalizer that converts HTTP request data into a standard form appropriate for signing.
For detailed information on how to authenticate a request, see Authentication for the Microsoft Azure Storage Services.
public interface ICanonicalizer
type ICanonicalizer = interface
Public Interface ICanonicalizer
- Derived
Properties
AuthorizationScheme |
Gets the authorization scheme used for canonicalization. |
Methods
CanonicalizeHttpRequest(HttpRequestMessage, String) |
Converts the specified HTTP request data into a standard form appropriate for signing. |
Applies to
Azure SDK for .NET