TableSasProtocol Enum

Definition

Defines the protocols permitted for Storage requests made with a shared access signature.

public enum TableSasProtocol
type TableSasProtocol = 
Public Enum TableSasProtocol
Inheritance
TableSasProtocol

Fields

Https 2

Only requests issued over HTTPS will be permitted.

HttpsAndHttp 1

Only requests issued over HTTPS or HTTP will be permitted.

None 0

No protocol has been specified. If no value is specified, the service will default to HttpsAndHttp.

Applies to