IUserExtension2.ResetUserPasswordAsync Method (String, String)
Resets the online password asynchronously for a particular user.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.dll)
Syntax
void ResetUserPasswordAsync(
string userName,
string password
)
void ResetUserPasswordAsync(
String^ userName,
String^ password
)
Sub ResetUserPasswordAsync (
userName As String,
password As String
)
Parameters
userName
Type: System.StringThe account name of the user.
password
Type: System.StringThe password of the user.
Remarks
This is only available on Small Business Server 2011 Essentials.
Subscribe to the event ResetUserPasswordCompeleted to obtain the result.
See Also
IUserExtension2 Interface
Microsoft.WindowsServerSolutions.Common Namespace
Return to top