C#C++F#VB
CloudFileClient.AuthenticationScheme PropertyCloudFileClient::AuthenticationScheme PropertyCloudFileClient.AuthenticationScheme PropertyCloudFileClient.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); }