| CheckinSession Constructor (XmlNetworkFloatingService, AuthorEncryptionKey) |
Namespace: com.softwarekey.Client.WebService.XmlNetworkFloatingServiceAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.25.4.0
Syntaxpublic CheckinSession(
XmlNetworkFloatingService client,
AuthorEncryptionKey encryptionKey
)
Public Sub New (
client As XmlNetworkFloatingService,
encryptionKey As AuthorEncryptionKey
)
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