SharedKeyCanonicalizer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET