Enum AuthenticationScheme
- Namespace
- Microsoft.WindowsAzure.Storage
- Assembly
- Microsoft.WindowsAzure.Storage.dll
Specifies the authentication scheme used to sign HTTP requests.
public enum AuthenticationScheme
Fields
Signs HTTP requests using the Shared Key authentication scheme.
Signs HTTP requests using the Shared Key Lite authentication scheme.
Token = 2
Signs HTTPS requests using the Bearer Token authentication scheme.