The security secret for connecting to the Amazon Web Service.
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property AWSSecret As Byte() |
| C# |
|---|
byte[] AWSSecret { get; set; } |
| Visual C++ |
|---|
property array<unsigned char>^ AWSSecret { array<unsigned char>^ get (); void set (array<unsigned char>^ value); } |
| JavaScript |
|---|
function get_awsSecret(); function set_awsSecret(value); |