Specifies the authentication scheme used to sign HTTP requests.
Namespace: Microsoft.WindowsAzure.Storage
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Usage
| Visual Basic |
|---|
Dim instance As AuthenticationScheme |
Syntax
| Visual Basic |
|---|
Public Enumeration AuthenticationScheme |
| C# |
|---|
public enum AuthenticationScheme |
| C++ |
|---|
public enum class AuthenticationScheme |
| J# |
|---|
public enum AuthenticationScheme |
| JScript |
|---|
public enum AuthenticationScheme |
Members
| Member name | Description |
|---|---|
| SharedKey | Signs HTTP requests using the Shared Key authentication scheme. |
| SharedKeyLite | Signs HTTP requests using the Shared Key Lite authentication scheme. |