[This is preliminary documentation and is subject to change.]
Constructor to create an object using the authentication string.
Namespace:
OfficeClip.BusinessLayer.AccountAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public LdapAuthenticationInfo( string authenticationStr ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ authenticationStr As String _ ) |
| Visual C++ |
|---|
public: LdapAuthenticationInfo( String^ authenticationStr ) |
Parameters
- authenticationStr
- Type: System..::.String
the LDAP authentication string.
