Specifies how the user-entered text should be hashed/protected.
Namespace: Ico.Gwx- None = plain text (no hashing)
- Pbkdf2 = hash using Password-Based Key Derivation Function 2 (RFC 2898) - suitable for use with this application's security system.
Assembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public GwxProcessPoint..::..PasswordHashingOptions PasswordHashing { get; set; } |
| Visual Basic |
|---|
Public Property PasswordHashing As GwxProcessPoint..::..PasswordHashingOptions Get Set |
| JScript |
|---|
function get PasswordHashing () : GwxProcessPoint..::..PasswordHashingOptions function set PasswordHashing (value : GwxProcessPoint..::..PasswordHashingOptions) |