PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
List of possible password encryption formats.
Namespace: Smartsite.Security
Assembly: Smartsite.Security (in Smartsite.Security.dll)
Syntax
C# | Copy Code |
---|---|
public enum PasswordEncryptionFormat |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Enumeration PasswordEncryptionFormat |
Members
Member name | Description | |
---|---|---|
Unknown |
Unknown password, used for system accounts and external passwords like LDAP and AD.
| |
Legacy |
Legacy password encryption
| |
MD5 |
MD5 Hash
| |
Sha2 |
Sha 2
|
See Also
Smartsite.Security Namespace