IMAPasswordManagement.RequireChangePasswordOnNextLogin Method
This method is not used.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim instance As IMAPasswordManagement
Dim csentry As CSEntry
Dim fRequireChangePasswordOnNextLogin As Boolean
instance.RequireChangePasswordOnNextLogin(csentry, fRequireChangePasswordOnNextLogin)
Syntax
'Declaration
Sub RequireChangePasswordOnNextLogin ( _
csentry As CSEntry, _
fRequireChangePasswordOnNextLogin As Boolean _
)
void RequireChangePasswordOnNextLogin (
CSEntry csentry,
bool fRequireChangePasswordOnNextLogin
)
void RequireChangePasswordOnNextLogin (
CSEntry^ csentry,
bool fRequireChangePasswordOnNextLogin
)
void RequireChangePasswordOnNextLogin (
CSEntry csentry,
boolean fRequireChangePasswordOnNextLogin
)
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
Reference
IMAPasswordManagement Interface
IMAPasswordManagement Members
Microsoft.MetadirectoryServices Namespace
IMAPasswordManagement Interface