Discuss this help topic in SecureBlackbox Forum

TElAWSS3DataStorage.AccessKey

TElAWSS3DataStorage     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Contains a secret access key.

Declaration

[C#]
    string AccessKey;

[VB.NET]
    Property AccessKey As String

[Pascal]
    property AccessKey : string;

[C++]
    void get_AccessKey(std::string &OutResult);
    void set_AccessKey(const std::string &Value);

[PHP]
    string get_AccessKey()
    void set_AccessKey(string $Value)

[Java]
    String getAccessKey();
    void setAccessKey(String Value);

Description

    Use this property to specify the secret key that was issued by Amazon to the data storage user. The AWSAccessKeyID and AWSSecretAccessKey pair is used to authenticate and communicate with data storage.

See also:     KeyID    

Discuss this help topic in SecureBlackbox Forum