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.
Creates the LDAP connection.
Namespace: Smartsite.Security
Assembly: Smartsite.Security (in Smartsite.Security.dll)
Syntax
C# | Copy Code |
---|---|
public CreateConnection( string username, string password ) |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Function CreateConnection ( _ username As , _ password As _ ) As |
Parameters
- username
- String
The username.
- password
- String
The password.
Return Value
The LDAP connectionSee Also
LDAPGateway Class
Smartsite.Security Namespace