コード例 #1
0
ファイル: LdapAuthentication.cs プロジェクト: KKPBank/CSM
 public LdapAuthentication()
 {
     _path = WebConfig.GetLdapConnectionString();
 }