The security secret for connecting to the IBM Cloud Object Storage device.
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property ICOSSecret As Byte() |
| C# |
|---|
byte[] ICOSSecret { get; set; } |
| Visual C++ |
|---|
property array<unsigned char>^ ICOSSecret { array<unsigned char>^ get (); void set (array<unsigned char>^ value); } |
| JavaScript |
|---|
function get_icosSecret(); function set_icosSecret(value); |