CanonicalizationStrategy Members
From 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.]
Top
Top
Top
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
| Name | Description | |
|---|---|---|
| CanonicalizationStrategy |
Public Methods (see also Protected Methods)
| Name | Description | |
|---|---|---|
| CanonicalizeHttpRequest | Overloaded. | |
| Equals | (Inherited from Object) | |
| GetHashCode | (Inherited from Object) | |
| GetType | (Inherited from Object) | |
| ToString | (Inherited from Object) |
Protected Methods
| Name | Description | |
|---|---|---|
| AppendStringToCanonicalizedString | Appends a string to the canonicalized resource string. | |
| CanonicalizeHttpRequest | Overloaded. | |
| CanonicalizeHttpRequestVersion2 | Constructs 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. | |
| Finalize | (Inherited from Object) | |
| GetCanonicalizedResource | Gets the canonicalized resource string for a Blob or Queue service request under the Shared Key Lite authentication scheme. | |
| GetCanonicalizedResourceVersion2 | Gets the canonicalized resource string for a Blob or Queue service request under the Shared Key authentication scheme. | |
| GetHeaderValues | Returns an ArrayList of HTTP header values for a named header. | |
| GetStandardHeaderValue | Gets the value of a standard HTTP header. | |
| MemberwiseClone | (Inherited from Object) |