![]() | Programming Guide | ![]() |
Determines if security checking is enabled
int sm_mts_IsSecurityEnabled(void);
MTS
Server
- ·
PV_YESif security checking is on
sm_mts_IsSecurityEnabledqueries whether the current object has security checking on.For more details see the IsSecurityEnabled method under IObjectContextMethods in the MTS documentation.
Note that this function requires an object context and therefore cannot be used in the constructor of a service component.