





[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
Top
Top
Represents storage account credentials for accessing the Windows Azure storage services.
The following tables list the members exposed by the StorageCredentialsAccountAndKey type.
Public Constructors
Name | Description | |
---|---|---|
StorageCredentialsAccountAndKey | Overloaded. |
Public Properties (see also Protected Properties)
Name | Description | |
---|---|---|
![]() | AccountName | Overridden. Gets the name of the storage account associated with the specified credentials. |
![]() | CanComputeHmac | Overridden. Gets a value indicating whether the ComputeHmac method will return a valid HMAC-encoded signature string when called using the specified credentials. |
![]() | CanSignRequest | Overridden. Gets a value indicating whether a request can be signed under the Shared Key authentication scheme using the specified credentials. |
![]() | CanSignRequestLite | Overridden. Gets a value indicating whether a request against the Table service can be signed under the Shared Key Lite authentication scheme using the specified credentials. |
![]() | Credentials | Gets a Credentials object that references the storage account name and access key. |
![]() | NeedsTransformUri | Overridden. Gets a value indicating whether the TransformUri method should be called to transform a resource URI to a URI that includes a token for a shared access signature. |
Protected Properties
Name | Description | |
---|---|---|
![]() | SigningAccountName |
Public Methods (see also Protected Methods)
Name | Description | |
---|---|---|
![]() | ComputeHmac | Overridden. Encodes a Shared Key or Shared Key Lite signature string by using the HMAC-SHA256 algorithm over a canonicalized string-to-sign. |
![]() | Equals | (Inherited from Object) |
![]() | GetHashCode | (Inherited from Object) |
![]() | GetType | (Inherited from Object) |
![]() | SignRequest | Overridden. Signs a request using the specified credentials under the Shared Key authentication scheme. |
![]() | SignRequestLite | Overridden. Signs a request against the Table service using the specified credentials under the Shared Key Lite authentication scheme. |
![]() | ToString | (Inherited from Object) |
![]() | TransformUri | Overridden. 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
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from Object) |
![]() | MemberwiseClone | (Inherited from Object) |