StorageCredentialsAccountAndKey Methods

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.]

Public Methods (see also Protected Methods)

 NameDescription
public methodComputeHmacOverridden. Encodes a Shared Key or Shared Key Lite signature string by using the HMAC-SHA256 algorithm over a canonicalized string-to-sign.
public methodEquals  (Inherited from Object)
public methodGetHashCode  (Inherited from Object)
public methodGetType  (Inherited from Object)
public methodSignRequestOverridden. Signs a request using the specified credentials under the Shared Key authentication scheme.
public methodSignRequestLiteOverridden. Signs a request against the Table service using the specified credentials under the Shared Key Lite authentication scheme.
public methodToString  (Inherited from Object)
public methodTransformUriOverridden. Transforms a resource URI into a shared access signature URI, by appending a shared access token. For objects of type StorageCredentialsAccountAndKey, this method returns the same resource URI that is passed to it.

Protected Methods

 NameDescription
protected methodFinalize  (Inherited from Object)
protected methodMemberwiseClone  (Inherited from Object)

See Also