Discuss this help topic in SecureBlackbox Forum

TElAWSS3DataStorage.KeyID

TElAWSS3DataStorage     See also     


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


Contains an AWS Key ID.

Declaration

[C#]
    string KeyID;

[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.

See also:     AccessKey    

Discuss this help topic in SecureBlackbox Forum