• 大小: 7.72KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: AD  C#  

资源简介

    C#读取AD域里用户名或组

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Text;
using System.DirectoryServices;
using System.Security.Principal;
using System.Runtime.InteropServices;
using NPOI.POIFS.FileSystem;
using DirectoryEntry = System.DirectoryServices.DirectoryEntry;
namespace UserDLL
{
    sealed class ADHelper
    {
        #region 私有变量
        /// 
        /// homeMTA
        /// 

        private static string homeMTA = ““; //请填写自己的环境变量
        /// 
        /// homeMDB
        /// 

        private static string homeMDB = ““; //请填写自己的环境变量
        /// 
        /// msExchHomeServerName
        /// 

        private static string msExchHomeServerName = ““; //请填写自己的环境变量

        ///
        /// 域名
        ///

        //pri

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       47017  2020-01-14 13:50  ADHelp.cs

评论

共有 条评论