Initializes a new instance of the KerberosCredentials class. This form can take a service principal name and is available for backward compatibility to Microsoft Web Services Extensions (WSE).

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

ToggleSyntax

Visual Basic (Declaration)
Public Sub New ( _
	targetPrincipal As String _
)
C#
public KerberosCredentials(
	string targetPrincipal
)
Visual C++
public:
KerberosCredentials(
	String^ targetPrincipal
)
JavaScript
FileNet.Api.Authentication.KerberosCredentials = function(targetPrincipal);

Parameters

targetPrincipal
Type: System..::.String
A String representing the service principal name used by the Kerberos Key Distribution Center (KDC) to identify the Kerberos service to which the client should authenticate.

ToggleSee Also