Skip to main content
Tab

UploadControlAmazonSettings.SecretAccessKey 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 SecretAccessKey { get; set; }

Property Value

Type Default Description
String String.Empty

A string value that is the secret access key.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to SecretAccessKey
ASP.NET MVC Extensions UploadControlBinderSettings
.AmazonSettings .SecretAccessKey
HtmlEditorFileSaveSettings
.AmazonSettings .SecretAccessKey
UploadControlSettings
.AmazonSettings .SecretAccessKey
ASP.NET Web Forms Controls ASPxHtmlEditorUploadSettingsBase
.AmazonSettings .SecretAccessKey
ASPxUploadControl
.AmazonSettings .SecretAccessKey

Remarks

Specifies the secret access key of your AWS account. When you access Amazon Web Services programmatically, you verify your identity and the identity of your applications by using an access key. An access key consists of an access key ID and a secret access key. Use the UploadControlAmazonSettings.AccessKeyID and SecretAccessKey properties to provide your application with access to your AWS account.

The secret access key is 40 alpha-numeric-slash-plus characters like wJalrXUtnFEMI/K7MDENG/bPxRfiC+EXAMPLEKEY and must be kept secret. This key plays the role of a password.

See Also