UseDomainSecurity Property

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

Syntax

object.UseDomainSecurity [= Boolean]

Properties

The UseDomainSecurity 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 domain security should not be used. True indicates that Windows domain security should be used.

Remarks

When the UseDomainSecurity property is equal to True, you must supply a valid domain name in the Domain property.

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

 

Applies To