DMPasswordFormat Enumeration
|
Alterian Email Manager 6.2.3 SDK Help File
An enumeration describing the various formats a password may be passed to DM.
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic enum DMPasswordFormat
Public Enumeration DMPasswordFormat
public enum class DMPasswordFormat
DMLibrary.DMPasswordFormat = function();
DMLibrary.DMPasswordFormat.createEnum('DMLibrary.DMPasswordFormat', false);
Members | Member name | Value | Description |
---|
| DMPF_PLAINTEXT | 0 |
Password format in plain text.
|
| DMPF_SHA1 | 1 |
Encrypted password format (SHA1 type of encryption).
|
See Also