A String representing the plaintext password portion of the security credentials.
Namespace:
FileNet.Api.AuthenticationAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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(); |