Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets or sets the authentication scheme to use to sign HTTP requests.

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

Syntax

 
public AuthenticationScheme AuthenticationScheme { get; set; }
 
public:
property AuthenticationScheme AuthenticationScheme {
	AuthenticationScheme get();
	void set(AuthenticationScheme value);
}
 
member AuthenticationScheme : AuthenticationScheme with get, set
 
Public Property AuthenticationScheme As AuthenticationScheme

Remarks

This property is set only when Shared Key or Shared Key Lite credentials are used; it does not apply to authentication via a shared access signature or anonymous access.

Return to top