Share via


SharedKeyLiteCanonicalizer Class

Definition

Represents a canonicalizer that converts HTTP request data into a standard form appropriate for signing via the Shared Key Lite authentication scheme for the Blob or Queue service.

public sealed class SharedKeyLiteCanonicalizer : Microsoft.Azure.Storage.Core.Auth.ICanonicalizer
type SharedKeyLiteCanonicalizer = class
    interface ICanonicalizer
Public NotInheritable Class SharedKeyLiteCanonicalizer
Implements ICanonicalizer
Inheritance
SharedKeyLiteCanonicalizer
Implements

Properties

AuthorizationScheme

Gets the authorization scheme used for canonicalization.

Instance

Gets a static instance of the SharedKeyLiteCanonicalizer object.

Methods

CanonicalizeHttpRequest(HttpRequestMessage, String)

Converts the specified HTTP request data into a standard form appropriate for signing.

Applies to