Public Properties

  Name Description
Public property ConnectionTimeout Specifies the Active Directory Service provider connection timeout in milliseconds. The default is 500 milliseconds. If the connection is across a WAN, consider increasing the value.

When getting back a collection of domain controllers for a given domain, use this property in an LDAP connection request to determine if a given domain controller in the domain is up and running. If a timeout exception occurs in the specified time, assume the domain controller is not running and try the next one.

Public property ReturnNameAsDN Specifies whether to return the user or group name in Distinguished Name (DN) format for Active Directory Service provider. By default, the Active Directory Service provider returns the user and group names in UPN format. If this property is set to True, the service provider returns the names in DN format, which is consistent with other types of directory service providers.
Public property SearchCrossForestGroupMembership Specifies whether the Active Directory Service provider performs cross-forest group membership searches. The default is False. To enable cross-forest group membership searches, set this property to True.
Top

See Also