This method checks for the security status. If the object is running in the client's process, there is no security checking and SalMTSIsSecurityEnabled will always return FALSE. For non-MTS components the SalMTSIsSecurityEnabled() will fail (returns FALSE).

Namespace: PPJ.Runtime
Assembly: PPJ.Runtime.2 (in PPJ.Runtime.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
public static SalBoolean MTSIsSecurityEnabled(
	ref SalBoolean bIsSecurityEnabled
)

Parameters

bIsSecurityEnabled
Type: PPJ.Runtime..::..SalBoolean%
TRUE if the security is enabled

Return Value

See Also