LoginEnforcePasswordExpiration Method

Alterian Email Manager 6.2.3 SDK Help File
Check to make sure the password is not expired within the password policy max age limit

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

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

Parameters

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