Previous Topic: CloseSecurityClassListNext Topic: SetSecurityAreaConfiguration


GetSecurityAreaConfiguration

This method retrieves configurations related to security area. It returns whether global security area support is enabled or not. It also returns the list of security areas and there respective flags indicating whether these security areas are enabled or not.

Parameters

xsd:string sessionId (m)

The session identifier. Session Id, obtained from the login to the web service.

Return Values

xsd:bool securityAreaSupport

It returns whether global security area support is enabled or not.

dsm:ArrayOfSecurityAreas GetsecurityAreasReturn

An array of SecurityArea – one for each security area. It returns the list of security areas and there respective flags indicating whether these security areas are enabled or not.

More information:

SecurityArea