RemoteSessionValidationValidate Method |
Determines if the protected application is running in a remote session via something like Terminal Services/Remote Desktop.
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic override bool Validate()
Public Overrides Function Validate As Boolean
public:
virtual bool Validate() override
Return Value
Type:
BooleanReturns 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