Procedures, 7
| Name | Parameters | Returns | Access | Versions | Obsolete | ||
|---|---|---|---|---|---|---|---|
| GeneratePassword | () | Text | public | 17-26, gone | Pending 24.0 | ||
| Replaced by GenerateSecretPassword with SecretText data type. | |||||||
| GeneratePassword | (Integer) | Text | public | 17-26, gone | Pending 24.0 | ||
| Replaced by GenerateSecretPassword with SecretText data type. | |||||||
| IsPasswordStrong | (Text) | Boolean | public | 17-23, gone | - | ||
| GetPasswordMinLength | () | Integer | public | 17-28 | - | ||
| GenerateSecretPassword | () | SecretText | public | 24-28 | - | ||
| GenerateSecretPassword | (Integer) | SecretText | public | 24-28 | - | ||
| IsPasswordStrong | (SecretText) | Boolean | public | 24-28 | - | ||