For an external (non-FileNet P8) repository, the UTF-8 encoded, non-encrypted password component of the credentials that the Content Federation Service (CFS) uses to log on to perform CFS functions. For more information about these credentials, including the name component, see the CFSUserName property. To maintain password security, you can use this property only to set a password, 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.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also