[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 (in QPulseWebServices.dll) Version: 2.0.2.70

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