Login Class

Alterian Email Manager 6.2.3 SDK Help File
Inheritance Hierarchy
SystemObject
  DMLibraryLogin

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

Syntax
public class Login

The Login type exposes the following members.

Constructors
NameDescription
Public methodLogin(String)
Initializes a new instance of the Login class
Public methodLogin(IDMPasswordPolicyRepository)
Initializes a new instance of the Login class
Public methodLogin(IDMPasswordPolicyRepository, ISqlDataConnectionFactory, String)
Initializes a new instance of the Login class
Top
Properties
Methods
NameDescription
Public methodAuthenticate
Public methodEnforcePasswordExpiration
Check to make sure the password is not expired within the password policy max age limit
Public methodEnforcePasswordHistory
Check to make sure previously used passwords are not used if applicable
Public methodEnforcePasswordPolicy
Public methodUpdatePassword
Top
See Also