This method is not used.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)

Usage

Visual Basic
Dim instance As IMAPasswordManagement
Dim csentry As CSEntry
Dim fRequireChangePasswordOnNextLogin As Boolean

instance.RequireChangePasswordOnNextLogin(csentry, fRequireChangePasswordOnNextLogin)

Syntax

Visual Basic
Sub RequireChangePasswordOnNextLogin ( _
		csentry As CSEntry, _
		fRequireChangePasswordOnNextLogin As Boolean _
)
C#
void RequireChangePasswordOnNextLogin (
		CSEntry csentry,
		bool fRequireChangePasswordOnNextLogin
)
C++
void RequireChangePasswordOnNextLogin (
		CSEntry^ csentry, 
		bool fRequireChangePasswordOnNextLogin
)
J#
void RequireChangePasswordOnNextLogin (
		CSEntry csentry, 
		boolean fRequireChangePasswordOnNextLogin
)
JScript
function RequireChangePasswordOnNextLogin (
		csentry : CSEntry, 
		fRequireChangePasswordOnNextLogin : boolean
)

Parameters

csentry

Not used.

fRequireChangePasswordOnNextLogin

Not used.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also