SharedAccessProtocol Enumeration (Microsoft.WindowsAzure.Storage)
From Microsoft Windows Azure Storage Blob
SharedAccessProtocol Enumeration
Specifies the set of possible signed protocols for a shared access account policy.
Namespace:
Microsoft.WindowsAzure.Storage
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
Members
Member name Description HttpsOnly
Permission to use SAS only through https granted.
HttpsOrHttp
Permission to use SAS through https or http granted. Equivalent to not specifying any permission at all.
Return to top
Specifies the set of possible signed protocols for a shared access account policy.
Syntax
Members
| Member name | Description | |
|---|---|---|
| HttpsOnly | Permission to use SAS only through https granted. | |
| HttpsOrHttp | Permission to use SAS through https or http granted. Equivalent to not specifying any permission at all. |