CloudQueueClient.AuthenticationScheme Property (Microsoft.WindowsAzure.Storage.Queue)
From Microsoft.WindowsAzure.Storage.Queue
C#
C++
F#
VB
CloudQueueClient.AuthenticationScheme Property
CloudQueueClient::AuthenticationScheme Property
CloudQueueClient.AuthenticationScheme Property
CloudQueueClient.AuthenticationScheme Property
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
C++
public:
property AuthenticationScheme AuthenticationScheme {
AuthenticationScheme get();
void set(AuthenticationScheme value);
}
Return to top
Gets or sets the authentication scheme to use to sign HTTP requests.
Syntax
C++
public: property AuthenticationScheme AuthenticationScheme { AuthenticationScheme get(); void set(AuthenticationScheme value); }