Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Specifies the authentication scheme used to sign HTTP requests.

Namespace:   Microsoft.WindowsAzure.Storage
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
public enum AuthenticationScheme
 
public enum class AuthenticationScheme
 
type AuthenticationScheme
 
Public Enumeration AuthenticationScheme

Members

Member nameDescription
SharedKey

Signs HTTP requests using the Shared Key authentication scheme.

SharedKeyLite

Signs HTTP requests using the Shared Key Lite authentication scheme.

Return to top