StorageCredentials 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 a set of credentials used to authenticate access to a Windows Azure storage account.

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

Protected Constructors

 NameDescription
StorageCredentials 
Top

Public Properties

 NameDescription
public propertyAccountNameGets the name of the storage account associated with the specified credentials.
public propertyCanComputeHmacGets a value indicating whether the ComputeHmac method will return a valid HMAC-encoded signature string when called using the specified credentials.
public propertyCanSignRequestGets a value indicating whether a request can be signed under the Shared Key authentication scheme using the specified credentials.
public propertyCanSignRequestLiteGets a value indicating whether a request against the Table service can be signed under the Shared Key Lite authentication scheme using the specified credentials.
public propertyNeedsTransformUriGets a value indicating whether the TransformUri method should be called to transform a resource URI to the required format.
Top

Public Methods (see also Protected Methods)

 NameDescription
public methodComputeHmacEncodes 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 methodSignRequestSigns a request using the specified credentials under the Shared Key authentication scheme.
public methodSignRequestLiteSigns a request against the Table service using the specified credentials under the Shared Key Lite authentication scheme.
public methodToString  (Inherited from Object)
public methodTransformUriTransforms a resource URI into the required format. For a shared access signature, TransformUri transforms a resource URI by appending a shared access token.
Top

Protected Methods

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

See Also