Table of Contents

Enum SharedAccessProtocol

Namespace
Microsoft.WindowsAzure.Storage
Assembly
Microsoft.WindowsAzure.Storage.dll

Specifies the set of possible signed protocols for a shared access account policy.

public enum SharedAccessProtocol

Fields

HttpsOnly = 1

Permission to use SAS only through https granted.

HttpsOrHttp = 2

Permission to use SAS through https or http granted. Equivalent to not specifying any permission at all.