Initializes a new instance of the KerberosCredentials class. This form does not require the service principal name to be specified and is the typical constructor used for object initialization.

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

ToggleSyntax

Visual Basic (Declaration)
Public Sub New
C#
public KerberosCredentials()
Visual C++
public:
KerberosCredentials()
JavaScript
FileNet.Api.Authentication.KerberosCredentials = function();

ToggleSee Also