Skip to main content
Tab

FileManagerAzureProviderSettings.AccessKey Property

OBSOLETE

Use the AccountManager class API and the AccountName property instead.

Use the AccountManager class API and the AccountName property instead. For more information, refer to the Cloud Storage Account Management topic.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
[Obsolete("Use the AccountManager class API and the AccountName property instead.")]
public string AccessKey { get; set; }

Property Value

Type Default Description
String String.Empty

A string value that is the access key.

Property Paths

You can access this nested property as listed below:

Object Type Path to AccessKey
ASPxFileManager
.SettingsAzure .AccessKey
HtmlEditorFileManagerSettingsBase
.SettingsAzure .AccessKey

Remarks

Specifies the access key of an Azure account.

Specify the FileManagerAzureProviderSettings.StorageAccountName and AccessKey properties to provide your application with access to an Azure account.

To learn how to get the Azure access key, see the About Azure Storage Accounts Azure help topic.

To learn more, see the Azure File System Provider topic.

See Also