M-Files Vault Application Framework
C#
Show/Hide TOC
Authentication
Providers
Configuration
Ldap
Providers Property
The LDAP providers.
Definition
Namespace:
MFiles.VAF.Configuration.Domain.AuthenticationProviderConfiguration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
Copy
public
List
<
LdapProviderConfiguration
>
LdapProviders
{
get
;
set
; }
Property Value
List
LdapProviderConfiguration
See Also
Reference
AuthenticationProvidersConfiguration Class
MFiles.VAF.Configuration.Domain.AuthenticationProviderConfiguration Namespace
In This Article
Definition
See Also