SPWindowsService.OnPasswordChange 方法
如果您需要特殊处理的密码更改事件,请重写。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Protected Friend Overridable Sub OnPasswordChange ( _
eventType As SPManagedAccount.EventType _
)
用法
Dim eventType As SPManagedAccount.EventType
Me.OnPasswordChange(eventType)
protected internal virtual void OnPasswordChange(
SPManagedAccount.EventType eventType
)