Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

Application Server

GetReadOnlySecurity method

  • Last UpdatedJul 23, 2024
  • 1 minute read

Accesses the Galaxy security in read-only mode. The user can not modify the Galaxy security.

Class

IGalaxy

Syntax

[C#]

IGalaxySecurity GetReadOnlySecurity( );

[Visual C++]

HRESULT GetReadOnlySecurity(

[in] IGalaxySecurity** galaxySecurity

);

Parameters

galaxySecurity

IGalaxySecurity provides an API interface to read the Galaxy security information configured using the security dialog box in aaIDE.

In This Topic
Related Links