Table of Contents

Enum AuthenticationScheme

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

Specifies the authentication scheme used to sign HTTP requests.

public enum AuthenticationScheme

Fields

SharedKey = 1

Signs HTTP requests using the Shared Key authentication scheme.

SharedKeyLite = 0

Signs HTTP requests using the Shared Key Lite authentication scheme.

Token = 2

Signs HTTPS requests using the Bearer Token authentication scheme.