BMXNET 4.0 Developer API

Check aKey against the active RPMS keys for the user. If the user has the PROGMODE key this method will always return true.

Namespace:  IndianHealthService.BMXNet.Model
Assembly:  BMXNET40 (in BMXNET40.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
bool HasSecurityKey(
	string aKey
)
Function HasSecurityKey ( _
	aKey As String _
) As Boolean
bool HasSecurityKey(
	String^ aKey
)

Parameters

aKey
String
The key name that is compared against the keys on the server

Return Value

Return true if the user has the key

See Also