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