密码到期日期

时间:2017-02-07 21:17:25

标签: vb.net

我想查看vb.net中的Active Directory“密码过期日期”。

我发现了这个:

 DirectoryEntry entry = new DirectoryEntry(path)
 ActiveDs.IADsUser native = (ActiveDs.IADsUser)entry.NativeObject;
 DateTime passwordExpirationDate = native.PasswordExpirationDate;

但它不适用于vb.net。如果有人可以帮助我?

谢谢!

1 个答案:

答案 0 :(得分:1)

VB.net等价物:

onDestroy()