Platform SDK: Transaction Server |
[This product will work only on Windows NT 4.0 versions and earlier. For Windows 2000 and later, see COM+ (Component Services).]
Indicates whether or not security is enabled for the current object. MTS security is enabled unless the object is running in the client's process.
Applies To
Syntax
objectcontext.IsSecurityEnabled
The objectcontext placeholder represents an object variable that evaluates to the ObjectContext associated with the current object.
Return Values
True
Security is enabled for this object.
False
Security is not enabled for this object.
Remarks
MTS security is enabled only if an object is running in a server process. This could be either because the object's component was configured to run in a client's process, or because the component and the client are in the same package. If the object is running in the client's process, there is no security checking and IsSecurityEnabled will always return False.
See Also
Programmatic Security, Basic Security Methods, Secured Components