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
Syntaxpublic string PasswordAlgorithm { get; set; }
Public Property PasswordAlgorithm As String
Get
Set
public:
property String^ PasswordAlgorithm {
String^ get ();
void set (String^ value);
}
member PasswordAlgorithm : string with get, set
Property Value
Type:
String
See Also