The UTF-8 encoded, non-encrypted password assigned to the Content Engine user account that is specified
by the UserName property. To maintain password security, you can use this property to set a password, but not to read its value.
Instead of returning a password value, this property returns a zero-length byte array if it has been set
with a password and returns a null value if it has never been set.
The values of the UserDomain, UserName, and UserPassword properties are used by
Content Engine servers to authenticate with the IBM Legacy Content Search Engine for indexing and search operations.
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Visual Basic (Declaration) |
---|
Property UserPassword As Byte() |
C# |
---|
byte[] UserPassword { get; set; } |
Visual C++ |
---|
property array<unsigned char>^ UserPassword {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
} |
JavaScript |
---|
function get_userPassword();
function set_userPassword(value); |