Skip to main content
Tab

AmazonAccount(String, String, String) Constructor

Initializes a new instance of the AmazonAccount class with specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public AmazonAccount(
    string name,
    string accessKeyID,
    string secretAccessKey
)

Parameters

Name Type Description
name String

A string value that specifies the account name.

accessKeyID String

A string value that is the access key ID.

secretAccessKey String

A string value that is the secret access key.

See Also