GetSecuritySettings method
- Last UpdatedFeb 27, 2026
- 1 minute read
Retrieves the security settings from the ISettings interface in read-only mode.
Class
IGalaxy
Syntax
[C#]
ISettings GetSecuritySettings( );
[Visual C++]
HRESULT GetSecuritySettings(
[out, retval] ISettings** settings
);
Parameters
settings
Returns a gObjects collection.
Remarks
Since the ISettings interface is retrieved in read-only mode, the instance of the settings object is not checked out by default. The settings object will not refect a checked-out state, even if an explicit checkout operation is performed afterward.