SharedAccessProtocol Enum

Definition

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

C#
public enum SharedAccessProtocol
Inheritance
SharedAccessProtocol

Fields

Name Value Description
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.

Applies to

Product Versies
Azure SDK for .NET Legacy, Latest