Click or drag to resize

PublicUserPasswordAlgorithm Property

Uniquely specifies the password storage algorithm among some system recognized algorithms. Usually specifies the hashing and the stretching functions. For example, 'PBKDF2-SHA1'. [Required] [Filter(like)]

Namespace:  Aloe.EnterpriseOne.Model.Systems.External
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public string PasswordAlgorithm { get; set; }

Property Value

Type: String
See Also