Click or drag to resize
NetworkSessionValidation Constructor (NetworkSession)
Creates a new NetworkSessionValidation object that can be used to validate a given network session's data, including time checks when possible, and requiring an exact match of System Identifier information.

Namespace: com.softwarekey.Client.Licensing.Network
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public NetworkSessionValidation(
	NetworkSession session
)

Parameters

session
Type: com.softwarekey.Client.Licensing.NetworkNetworkSession
The NetworkSession object to validate.
See Also