FlowWright.cDevDeAPI Namespace
deDesign Class
deDesign Methods
FlowWright.cDevDecisionEngine Namespace

deDesign..::..hasAuthConnectionKey Method

Determines whether [has authentication connection key] [the specified authentication key].

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool hasAuthConnectionKey(
	string authKey,
	string authConnectionID
)
Public Function hasAuthConnectionKey ( _
	authKey As String, _
	authConnectionID As String _
) As Boolean
public:
bool^ hasAuthConnectionKey(
	String^ authKey, 
	String^ authConnectionID
)

Parameters

authKey
Type: String
The authentication key.
authConnectionID
Type: String
The authentication connection identifier.

Return Value

true if [has authentication connection key] [the specified authentication key]; otherwise, false.