Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

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

Namespace:   Microsoft.WindowsAzure.Storage.Queue
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
Return to top