ICanonicalizer Interface

Definition

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