Click or drag to resize

CardknoxRequest Constructor

Initializes a new instance of the CardknoxRequest class

Namespace:  CardknoxApi
Assembly:  Cardknox (in Cardknox.dll) Version: 4.5
Syntax
public CardknoxRequest(
	string key,
	string software,
	string softwareVersion,
	string cardknoxVer = null
)

Parameters

key
Type: SystemString
Your Cardknox API Key.
software
Type: SystemString
Name of your software.
softwareVersion
Type: SystemString
Version number of your software.
cardknoxVer (Optional)
Type: SystemString
Gateway API Version.
See Also