PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gets the LDAP connection string from the configuration settings.
Namespace: Smartsite.Security
Assembly: Smartsite.Security (in Smartsite.Security.dll)
Syntax
C# | Copy Code |
---|---|
public static string GetLDAPConnectionString( config, string configKey ) |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Shared Function GetLDAPConnectionString ( _ config As , _ configKey As _ ) As |
Parameters
- config
- NameValueCollection
The config.
- configKey
- String
The config key.
Return Value
The LDAP connection string.See Also
LDAPGateway Class
Smartsite.Security Namespace