Discuss this help topic in SecureBlackbox Forum
Contains a secret access key.
Declaration
[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.
Discuss this help topic in SecureBlackbox Forum