RemoteSessionValidation Class |
Namespace: com.softwarekey.Client.Licensing
The RemoteSessionValidation type exposes the following members.
Name | Description | |
---|---|---|
RemoteSessionValidation | Initializes a new instance of the RemoteSessionValidation class |
Name | Description | |
---|---|---|
IsRemoteSession | Gets whether the protected application is running in a remote session. (This property should only be referenced after calling the Validate method once.) | |
LastError | Gets or sets the last error encountered in this object. (Inherited from SystemValidation.) | |
Type | Gets the type of remote session on which the protected application is running. (This property should only be referenced after calling the Validate method once.) |
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Validate | Determines if the protected application is running in a remote session via something like Terminal Services/Remote Desktop. (Overrides SystemValidationValidate.) |
Caution |
---|
The RemoteSessionValidation class is not available in the .NET Standard PLUSManaged assembly. |