SasProtocol Enum

Definition

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

public enum SasProtocol
type SasProtocol = 
Public Enum SasProtocol
Inheritance
SasProtocol

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