RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMtsAutoObject.IsSecurityEnabled Method

Indicates whether security is enabled for the current MTS Automation object instance.

Pascal
function IsSecurityEnabled: Bool;
C++
__fastcall Bool IsSecurityEnabled();

Call IsSecurityEnabled to determine whether the MTS Automation object is currently protected by MTS security services. MTS security is enabled unless the object is running in the client's process. This can happen if the MTS Automation object is configured to run in the client's process space by an administrator using the MTS Explorer, or if the client application is in the same MTS package as the MTS Automation object.

Note: MTS security is not available for servers running on Windows95.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!