Click or drag to resize
CheckinSession Constructor (XmlNetworkFloatingService, AuthorEncryptionKey)
Creates a new CheckinSession object.

Namespace: com.softwarekey.Client.WebService.XmlNetworkFloatingService
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public CheckinSession(
	XmlNetworkFloatingService client,
	AuthorEncryptionKey encryptionKey
)

Parameters

client
Type: com.softwarekey.Client.WebService.XmlNetworkFloatingServiceXmlNetworkFloatingService
For the .NET Framework PLUSManaged assembly, the SoapHttpClientProtocol derived object used to perform the web service call.
For the .NET Standard PLUSManaged assembly, the XmlWebService derived object used to perform the web service call.
encryptionKey
Type: com.softwarekey.Client.UtilsAuthorEncryptionKey
The AuthorEncryptionKey object required for cryptographic routines.
See Also