[This is preliminary documentation and is subject to change.]

Returns an authentication token that can be used to access services that require authentication.

Namespace: QPulseWebServices.Contracts.Service
Assembly: QPulseWebServices (in QPulseWebServices.dll) Version: 2.0.2.70

Syntax

C#
string AuthenticateWindowsID(
	string windowsUserName,
	string database
)

Parameters

windowsUserName
Type: System..::..String
The Current users Windows Identity in form of "Domain\User"
database
Type: System..::..String
The name of the qpulse database to log in to.

Return Value

An authentication token

Remarks

REST Availability: Supports HTTP POST

Exceptions

ExceptionCondition
ServiceFaultCode..::..AuthenticationFailedThe requested credentials could not be authenticated.
ServiceFaultCode..::..InvalidDatabaseThe requested database either does not exist or is not available.

See Also