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.
Public Constructors
Name | Description | |
---|---|---|
StorageCredentials | Overloaded. |
Public Properties
Name | Description | |
---|---|---|
AccountName | Gets the associated account name for the credentials. | |
IsAnonymous | Gets a value indicating whether the credentials are for anonymous access. | |
IsSAS | Gets a value indicating whether the credentials are a shared access signature token. | |
IsSharedKey | Gets a value indicating whether the credentials are a shared key. | |
KeyName | Gets the associated key name for the credentials. | |
SASToken | Gets the associated shared access signature token for the credentials. |
Public Methods (see also Protected Methods)
Name | Description | |
---|---|---|
Equals | Determines whether an other StorageCredentials object is equal to this one by comparing their SAS tokens, account names, key names, and key values. | |
Equals | (Inherited from Object) | |
ExportBase64EncodedKey | Exports the value of the account access key to a Base64-encoded string. | |
ExportKey | Returns the account key for the credentials. | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ToString | (Inherited from Object) | |
TransformUri | Overloaded. | |
UpdateKey | Overloaded. | |
UpdateSASToken | Updates the shared access signature (SAS) token value for storage credentials created with a shared access signature. |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |