LoginEnforcePasswordHistory Method

Alterian Email Manager 6.2.3 SDK Help File
Check to make sure previously used passwords are not used if applicable

Namespace:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public void EnforcePasswordHistory(
	SqlCommand command,
	LoginResponse loginResponse,
	DMPasswordPolicy passwordSettings
)

Parameters

command
Type: System.Data.SqlClientSqlCommand
loginResponse
Type: DMLibraryLoginResponse
passwordSettings
Type: DMLibraryDMPasswordPolicy
See Also