# RASSessionSetting Class

### NAMESPACE

RASAdminEngine.Core.OutputModels

### DESCRIPTION

RAS Session Settings

### INHERITED FROM

[RASSerilazableObj](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/types/RASSerilazableObj.html)⇒RASSessionSetting

### INTERFACES

* ISerializable
* IComparable

### PUBLIC PROPERTIES

| Type                                                                                                                                  | Name                     | Description |                                               |
| ------------------------------------------------------------------------------------------------------------------------------------- | ------------------------ | ----------- | --------------------------------------------- |
| UInt32                                                                                                                                | CachedSessionTimeout     |             | The cached session timeout (in seconds).      |
| [FIPSModeSett](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/types/FIPSModeSett.html) | FIPSMode                 |             | FIPS 140-2 encryption mode.                   |
| UInt32                                                                                                                                | LogoffIdleSessionTimeout |             | The client logoff timeout (in seconds).       |
| UInt32                                                                                                                                | RemoteIdleSessionTimeout |             | The session idle timeout (in seconds).        |
| Boolean                                                                                                                               | ReplicateSettings        |             | Whether to replicate settings to other sites. |
| UInt32                                                                                                                                | SiteId                   |             | ID of the Site.                               |

### PUBLIC METHODS

| Type    | Name                   | Description                                                                                                                                                    |   |
| ------- | ---------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | - |
| Int32   | CompareTo (Object obj) | Inherited from [RASSerilazableObj](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/types/RASSerilazableObj.html) |   |
| Boolean | Equals (Object obj)    | Inherited from [RASSerilazableObj](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/types/RASSerilazableObj.html) |   |
| Int32   | GetHashCode ()         | Inherited from [RASSerilazableObj](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/types/RASSerilazableObj.html) |   |
| Type    | GetType ()             |                                                                                                                                                                |   |
| String  | ToString ()            |                                                                                                                                                                |   |
