SharedKeyCanonicalizer Class

Definition

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

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

Properties

AuthorizationScheme

Gets the authorization scheme used for canonicalization.

Instance

Gets a static instance of the SharedKeyCanonicalizer object.

Methods

CanonicalizeHttpRequest(HttpRequestMessage, String)

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

Applies to