Click or drag to resize
RemoteSessionValidationValidate Method
Determines if the protected application is running in a remote session via something like Terminal Services/Remote Desktop.

Namespace: com.softwarekey.Client.Licensing
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public override bool Validate()

Return Value

Type: Boolean
Returns true if the application is not running in a remote session. If a remote session was detected (or false is returned), check the Type property to find which type of remote session was detected.
See Also