A String representing the plaintext password portion of the security credentials.

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

ToggleSyntax

Visual Basic (Declaration)
Public ReadOnly Property Password As String
C#
public string Password { get; }
Visual C++
public:
property String^ Password {
	String^ get ();
}
JavaScript
function get_password();

ToggleSee Also