Datasnap.Win.MtsRdm.TMtsDataModule.IsSecurityEnabled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsSecurityEnabled: Boolean;

C++

bool __fastcall IsSecurityEnabled();

Properties

Type Visibility Source Unit Parent
function public
Datasnap.Win.MtsRdm.pas
Datasnap.Win.MtsRdm.hpp
Datasnap.Win.MtsRdm TMtsDataModule

Description

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

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.

See Also