UseLocalSecurity Property

Sets or retrieves the boolean value that indicates whether or not Windows local security is to be used in the security synchronization process.

Syntax

object.UseLocalSecurity [= Boolean]

Properties

The UseLocalSecurity property syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

Boolean

The default value is False, which indicates that Windows local security should not be used. True indicates that Windows local security should be used.

Remarks

This property corresponds to the /L command line parameter of the Security Synchronizer application.

 

Applies To