MATESO Password Safe API
MATESO Password Safe API
PsrApi.Managers
PasswordManager Class
PasswordManager Methods
GeneratePhoneticPassword Method
GeneratePhoneticPasswordStatic Method
GeneratePolicyPassword Method
GeneratePolicyPasswordStatic Method
GetPasswordStrength Method
GetPasswordStrengthStatic Method
ValidatePassword Method
PasswordManager
GeneratePolicyPassword Method
Generates a password that matches the given policy.
Namespace:
PsrApi.Managers
Assembly:
PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
Syntax
C#
Copy
public
string
GeneratePolicyPassword
(
PsrPolicy
policy
,
List
<
string
>
usernames
=
null
)
Parameters
policy
Type:
PsrApi.Data
PsrPolicy
usernames
(Optional)
Type:
System.Collections.Generic
List
String
(optional) list of usernames that should be taken into account when
NotAllowedPasswordUsername
is true.
Return Value
Type:
String
See Also
Reference
PasswordManager Class
PsrApi.Managers Namespace