Provides a user name and password as security credentials to authenticate with the P8 server.

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

ToggleSyntax

Visual Basic (Declaration)
Public NotInheritable Class UsernameCredentials _
	Inherits Credentials
C#
public sealed class UsernameCredentials : Credentials
Visual C++
public ref class UsernameCredentials sealed : public Credentials
JavaScript
FileNet.Api.Authentication.UsernameCredentials = function();

Type.createClass(
	'FileNet.Api.Authentication.UsernameCredentials',
	FileNet.Api.Authentication.Credentials);

ToggleInheritance Hierarchy

System..::.Object
  FileNet.Api.Authentication..::.Credentials
    FileNet.Api.Authentication..::.UsernameCredentials

ToggleSee Also