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)
Syntax
Visual Basic (Declaration) |
---|
Property RegionPassword As Byte() |
C# |
---|
byte[] RegionPassword { get; set; } |
C++ |
---|
property byte[] RegionPassword abstract { array<char>^ get(); void set(array<char>^ value); } |
J# |
---|
/** property */ public byte[] get_RegionPassword(); /** property */ public void set_RegionPassword(byte[] value); |
JScript |
---|
public function get RegionPassword() : Byte[] public function set RegionPassword(value : Byte[]); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: BINARY
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ