System.Win.Mtsobj.TMtsAutoObject.IsSecurityEnabled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsSecurityEnabled: Bool;

C++

System::LongBool __fastcall IsSecurityEnabled();

Properties

Type Visibility Source Unit Parent
function public
System.Win.Mtsobj.pas
System.Win.Mtsobj.hpp
System.Win.Mtsobj TMtsAutoObject

Description

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

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.