DMPasswordPolicyRepositoryIsPreviousPasswordUsed Method

Alterian Email Manager 6.2.3 SDK Help File

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

Syntax
public bool IsPreviousPasswordUsed(
	DMPasswordPolicy PasswordSettings,
	LoginResponse LoginResponse,
	SqlCommand Command
)

Parameters

PasswordSettings
Type: DMLibraryDMPasswordPolicy
LoginResponse
Type: DMLibraryLoginResponse
Command
Type: System.Data.SqlClientSqlCommand

Return Value

Type: Boolean

Implements

IDMPasswordPolicyRepositoryIsPreviousPasswordUsed(DMPasswordPolicy, LoginResponse, SqlCommand)
See Also