Package | Description |
---|---|
com.microsoft.azure.storage |
This package contains the storage service base classes.
|
com.microsoft.azure.storage.core |
FOR INTERNAL USE ONLY.
|
Modifier and Type | Method and Description |
---|---|
String |
CloudStorageAccount.generateSharedAccessSignature(SharedAccessAccountPolicy policy)
Returns a shared access signature for the account.
|
Modifier and Type | Method and Description |
---|---|
static UriQueryBuilder |
SharedAccessSignatureHelper.generateSharedAccessSignatureForAccount(SharedAccessAccountPolicy policy,
String signature)
Get the signature hash embedded inside the Shared Access Signature for a
CloudStorageAccount . |
static String |
SharedAccessSignatureHelper.generateSharedAccessSignatureHashForAccount(String accountName,
SharedAccessAccountPolicy policy,
StorageCredentials creds)
Get the signature hash embedded inside the Shared Access Signature for a
CloudStorageAccount . |
Copyright © 2019. All rights reserved.