Skip to main content
Tab

AmazonAccount.SecretAccessKey Property

Specifies the secret access key of your AWS account.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public string SecretAccessKey { get; }

Property Value

Type Description
String

A string value that is the secret access key.

Remarks

To learn more, see the Cloud Storage Account Management topic.

See Also