CanonicalizationStrategy Members

Storage Client Library NET API

[This topic is part of the Microsoft Azure Storage Client Library 1.7, which has been deprecated. See Storage Client Library for the latest version.]

Represents the base canonicalization strategy used to authenticate a request against the storage services.

The following tables list the members exposed by the CanonicalizationStrategy type.

Protected Constructors

 NameDescription
CanonicalizationStrategy 
Top

Public Methods (see also Protected Methods)

 NameDescription
public methodCanonicalizeHttpRequestOverloaded.  
public methodEquals  (Inherited from Object)
public methodGetHashCode  (Inherited from Object)
public methodGetType  (Inherited from Object)
public methodToString  (Inherited from Object)
Top

Protected Methods

 NameDescription
protected methodstaticAppendStringToCanonicalizedStringAppends a string to the canonicalized resource string.
protected methodCanonicalizeHttpRequestOverloaded.  
protected methodstaticCanonicalizeHttpRequestVersion2Constructs a canonicalized string from the request's headers that will be used to construct the signature string for signing a Blob or Queue service request under the Shared Key Lite authentication scheme.
protected methodFinalize  (Inherited from Object)
protected methodstaticGetCanonicalizedResourceGets the canonicalized resource string for a Blob or Queue service request under the Shared Key Lite authentication scheme.
protected methodstaticGetCanonicalizedResourceVersion2Gets the canonicalized resource string for a Blob or Queue service request under the Shared Key authentication scheme.
protected methodstaticGetHeaderValuesReturns an ArrayList of HTTP header values for a named header.
protected methodstaticGetStandardHeaderValueGets the value of a standard HTTP header.
protected methodMemberwiseClone  (Inherited from Object)
Top

See Also