AuthenticationScheme Enumeration (Microsoft.WindowsAzure.Storage)
From Microsoft.WindowsAzure.Storage.Queue
AuthenticationScheme Enumeration
Specifies the authentication scheme used to sign HTTP requests.
Namespace:
Microsoft.WindowsAzure.Storage
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
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.
Return to top
Specifies the authentication scheme used to sign HTTP requests.
Syntax
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. |