protected AzureADAuthenticationSource(IAzureADSettings settings, ISheshaAzureADModuleConfig ldapModuleConfig)
 {
     _settings         = settings;
     _ldapModuleConfig = ldapModuleConfig;
 }
Exemplo n.º 2
0
 public EtkAzureADAuthenticationSource(IAzureADSettings settings, ISheshaAzureADModuleConfig ldapModuleConfig)
     : base(settings, ldapModuleConfig)
 {
 }