Initializes an instance of the DirectoryDataFactory class.
Namespace:
EPiServer.SecurityAssembly: EPiServer (in EPiServer.dll) Version: 5.2.375.236
Syntax
C# |
---|
public abstract void Initialize( NameValueCollection config ) |
Parameters
- config
- Type: System.Collections.Specialized..::.NameValueCollection
The configuration data to use.
Remarks
This method is intended to be called from within a providers Initialize method. It will read its settings from the config parameter and
initialize this instance.
Required settings in config are:
connectionStringName = name of the connection string to use for connecting to the Active Directory server.
connectionUsername = username for the connection.
connectionPassword = password for the connection.
Optional settings in config are:
connectionProtection = level of protection and security for the Active Directory connection. None or Secure (default).
cacheTimeout = how long cached Active Directory entries stys in the cache. Default is 10 minutes.