C#
C++
F#
VB
CloudStorageAccount.::..GetSharedAccessSignature Method (SharedAccessAccountPolicy)(SharedAccessAccountPolicy^)(SharedAccessAccountPolicy)(SharedAccessAccountPolicy)
Returns a shared access signature for the account.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
Public Function GetSharedAccessSignature ( policy As SharedAccessAccountPolicy ) As String
Parameters
- policy
-
Type:
Microsoft.WindowsAzure.Storage.SharedAccessAccountPolicyMicrosoft.WindowsAzure.Storage::SharedAccessAccountPolicy^Microsoft.WindowsAzure.Storage.SharedAccessAccountPolicyMicrosoft.WindowsAzure.Storage.SharedAccessAccountPolicy
A SharedAccessAccountPolicy object specifying the access policy for the shared access signature.
Return Value
Type: System.StringSystem::String^System.StringSystem.StringA shared access signature, as a URI query string.
Remarks
The query string returned includes the leading question mark.