Enum SasProtocol
Defines the protocols permitted for Storage requests made with a shared access signature.
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Storage.Common.dll
Syntax
public enum SasProtocol
Https
Only requests issued over HTTPS will be permitted.
HttpsAndHttp
Only requests issued over HTTPS or HTTP will be permitted.
None
No protocol has been specified. If no value is specified, the service will default to HttpsAndHttp.