购买Buy
1-855-856-7678
支持Support
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.
| Name | Description | |
|---|---|---|
| StorageCredentials | Overloaded. Initializes a new instance of the StorageCredentials class. |
| 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 | This property is reserved for future use and is not intended to be used in your code. |
|
SASToken | Gets the associated shared access signature token for the credentials. |
| 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) |
![]() | ExportKey | Returns the key for the credentials. |
![]() | GetHashCode | (Inherited from Object) |
![]() | GetType | (Inherited from Object) |
![]() | ToString | (Inherited from Object) |
![]() | TransformUri | Transforms a resource URI into a shared access signature URI, by appending a shared access token. |
![]() | UpdateKey | Overloaded. Updates the key value for the credentials. |
| Name | Description | |
|---|---|---|
|
Finalize | (Inherited from Object) |
|
MemberwiseClone | (Inherited from Object) |