The credentials required to communicate with the server are invalid. This is generally caused by the lack of a proper JAAS authentication. This field is read-only.


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

Syntax

Visual Basic (Declaration)
Public Shared ReadOnly SECURITY_INVALID_CREDENTIALS As ExceptionCode
C#
public static readonly ExceptionCode SECURITY_INVALID_CREDENTIALS;
C++
public:
 static const ExceptionCode SECURITY_INVALID_CREDENTIALS;
J#
public static final ExceptionCode SECURITY_INVALID_CREDENTIALS
JScript
public static const var SECURITY_INVALID_CREDENTIALS : ExceptionCode;

See Also