简体   繁体   中英

Changes in Active Directory in .NET c#

I am working on synchronization between internal .NET application between active directory for all users and groups. I am getting all users and groups from Active Directory and save these data in .NET application database.

I am using PrincipalContext object for Active Directory queries. I want to determine if changing user or group to provide high performance. Is there any way that ; for example LastModifiedDate property for GroupPrincipal or UserPrincipal objects.

我相信您要查找的用户属性称为:

WhenChanged

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM