Represents the identity of the current Windows user, using the Kerberos protocol to authenticate with the P8 server.

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

ToggleSyntax

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

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

ToggleInheritance Hierarchy

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

ToggleSee Also