The password assigned to the Content Engine user account name specified in UserName. The values of the UserDomain, UserName, and UserPassword properties are used by Content Engine servers to log in to Verity for indexing and search operations.

This value is encrypted (a byte array).


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

Syntax

Visual Basic (Declaration)
Property UserPassword As Byte()
C#
byte[] UserPassword { get; set; }
C++
property byte[] UserPassword abstract  {
    array<char>^ get();
    void set(array<char>^ value);
}
J#
/** property */
public byte[] get_UserPassword();

/** property */
public void set_UserPassword(byte[] value);
JScript
public function get UserPassword() : Byte[]

public function set UserPassword(value : Byte[]);

Remarks

See Also