CloudBlobClient.AuthenticationScheme Property (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
CloudBlobClient.AuthenticationScheme Property
CloudBlobClient::AuthenticationScheme Property
CloudBlobClient.AuthenticationScheme Property
CloudBlobClient.AuthenticationScheme Property
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
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.
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); }
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.