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

Gets Authentication Type being used by the server (either QPulse Authentication or Window Authentication)

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

Syntax

C#
AuthenticationType GetServerAuthenticationType(
	string dbName
)

Parameters

dbName
Type: System..::..String
The name of the Q-Pulse database connection.

Return Value

The Authentication Type

Remarks

REST Availability: Supports HTTP POST

See Also