Deprecated.
The isolated region password used to generate a region key for this isolated region. The isolated region key is persisted on the Content Engine server, but the password itself is not persisted anywhere. If this property value is retrieved, the client will get a zero-length value. Setting or resetting the password causes the region key to be regenerated.

Note that the region key is used to generate P8 Identity Tokens for use between Process Engine applications and Process Engine servers. The region password that is entered for an isolated region must exactly match the region password that is entered when creating or editing the isolated region through the Process Engine admin tools. If these two passwords (and the region keys that are generated from them) do not match exactly, then Process Engine authentication will fail.

The datatype is binary, because the password is encrypted before it goes across the wire.

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

ToggleSyntax

Visual Basic (Declaration)
<ObsoleteAttribute("As of release 5.2.0.")> _
Property RegionPassword As Byte()
C#
[ObsoleteAttribute("As of release 5.2.0.")]
byte[] RegionPassword { get; set; }
Visual C++
[ObsoleteAttribute(L"As of release 5.2.0.")]
property array<unsigned char>^ RegionPassword {
	array<unsigned char>^ get ();
	void set (array<unsigned char>^ value);
}
JavaScript
function get_regionPassword();
function set_regionPassword(value);

ToggleRemarks

ToggleSee Also