Discuss this help topic in SecureBlackbox Forum
Contains an AWS Key ID.
Declaration
[VB.NET]
Property KeyID As String
[Pascal]
property KeyID : string;
[C++]
void get_KeyID(std::string &OutResult);
void set_KeyID(const std::string &Value);
[PHP]
string get_KeyID()
void set_KeyID(string $Value)
[Java]
String getKeyID();
void setKeyID(String Value);
Description
Use this property to specify the Key ID provided to the user of Amazon data storage.
The
AWSAccessKeyID and
AWSSecretAccessKey pair is used to authenticate and communicate with data storage.
Discuss this help topic in SecureBlackbox Forum