





[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
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
Name | Description | |
---|---|---|
StorageCredentials |
Public Properties
Name | Description | |
---|---|---|
![]() | AccountName | Gets the name of the storage account associated with the specified credentials. |
![]() | CanComputeHmac | Gets a value indicating whether the ComputeHmac method will return a valid HMAC-encoded signature string when called using the specified credentials. |
![]() | CanSignRequest | Gets a value indicating whether a request can be signed under the Shared Key authentication scheme using the specified credentials. |
![]() | CanSignRequestLite | 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. |
![]() | NeedsTransformUri | Gets a value indicating whether the TransformUri method should be called to transform a resource URI to the required format. |
Public Methods (see also Protected Methods)
Name | Description | |
---|---|---|
![]() | ComputeHmac | 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 | Signs a request using the specified credentials under the Shared Key authentication scheme. |
![]() | SignRequestLite | Signs a request against the Table service using the specified credentials under the Shared Key Lite authentication scheme. |
![]() | ToString | (Inherited from Object) |
![]() | TransformUri | Transforms a resource URI into the required format. For a shared access signature, TransformUri transforms a resource URI by appending a shared access token. |
Protected Methods
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from Object) |
![]() | MemberwiseClone | (Inherited from Object) |