Credentials Members
From 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.]
Top
Top
Top
Top
Represents the credentials used to sign a request against the storage services.
The following tables list the members exposed by the Credentials type.
Public Constructors
| Name | Description | |
|---|---|---|
| Credentials | Overloaded. |
Public Properties
| Name | Description | |
|---|---|---|
| AccountName | Gets the account name to be used in signing the request. |
Public Methods (see also Protected Methods)
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object) | |
| ExportBase64EncodedKey | Exports the value of the access key to a Base64-encoded string. | |
| ExportKey | Exports the value of the access key to an array of bytes. | |
| GetHashCode | (Inherited from Object) | |
| GetType | (Inherited from Object) | |
| ToString | (Inherited from Object) |
Protected Methods
| Name | Description | |
|---|---|---|
| Finalize | (Inherited from Object) | |
| MemberwiseClone | (Inherited from Object) |