SPApplicationPool.OnPasswordChange method
如果您需要特殊處理的密碼變更事件,則請這覆寫。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
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
)
參數
- eventType
Type: Microsoft.SharePoint.Administration.SPManagedAccount.EventType