简体   繁体   English

如何从asp.net中的活动目录中删除用户帐户

[英]how to remove user account from active directory in asp.net

如何在ASP.NET中以编程方式从活动目录中删除用户帐户?

Can be easily googled, see 可以很容易地用谷歌搜索

http://www.dotnet4all.com/dotnet-code/2004/11/how-to-delete-user-from-active.html http://www.dotnet4all.com/dotnet-code/2004/11/how-to-delete-user-from-active.html

and here for the pitfalls using it with ASP.NET: 这是将其与ASP.NET结合使用的陷阱:

http://support.microsoft.com/kb/329986 http://support.microsoft.com/kb/329986

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 当IIS在服务帐户下运行时,如何在ASP.NET中获取当前的Active Directory用户 - How to get current Active Directory user in ASP.NET when IIS is running under a service account ASP.NET错误从Active Directory获取用户详细信息 - ASP.NET error getting user details from Active Directory 如何在ASP.NET页面上检测Active Directory用户 - How to detect Active Directory user on ASP.NET page 如何使用c#从asp.net中的活动目录获取授权用户? - How to get authorized user from active directory in asp.net using c#? Active Directory集成,用于删除asp.net网站 - Active Directory integration for remove asp.net website 访问Active Directory以在asp.net中获得用户管理器 - Accessing Active Directory to get User's Manager in asp.net asp.net azure活动目录用户配置文件数据 - asp.net azure active directory user profile data 从Asp.Net MVC中的Active Directory获取当前经过Windows身份验证的用户 - Get current windows authenticated user from Active Directory in Asp.Net MVC 如何在ASP.NET Core中获取Active Directory当前用户显示名称? - How to get Active Directory current user Display Name in ASP.NET Core? 如何在 ASP.NET MVC 中获取/设置自定义 Azure Active Directory B2C 用户属性? - How to get/set custom Azure Active Directory B2C user attributes in ASP.NET MVC?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM