Atmos shared secret associated to the given UID and Subtenant that is used for authentication when the Content Platform Engine server logs into the Atmos fixed content device, for example
MBqhzSzhZJCQHE9U4RBK9ze3K7U=
.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property AtmosSharedSecret As Byte()
C#
byte[] AtmosSharedSecret { get; set; }
Visual C++
property array<unsigned char>^ AtmosSharedSecret {
	array<unsigned char>^ get ();
	void set (array<unsigned char>^ value);
}
JavaScript
function get_atmosSharedSecret();
function set_atmosSharedSecret(value);

ToggleRemarks

ToggleSee Also