RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMtsDataModule.IsSecurityEnabled Method

Indicates whether security is enabled for the current MTS data module instance.

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

Call IsSecurityEnabled to determine whether the MTS data module is currently protected by MTS or COM+ security services. MTS or COM+ security is enabled unless the object is running in the client's process. This can happen if an administrator configures the MTS data module to run in the client's process space (for example, an MTS Library package), or if the client application is in the same MTS package as the MTS data module.

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!