Previous Topic: CloseSecurityClassListNext Topic: SetSecurityAreaConfiguration


GetSecurityAreaConfiguration

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

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.

dsm:ArrayOfSecurityAreas GetsecurityAreasReturn

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

More information:

SecurityArea