Click or drag to resize

RegexPasswordValidatorDefaultPasswordPattern Field

The default password pattern

Namespace:  SanteDB.Core.Services.Impl
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
public const string DefaultPasswordPattern = "^(?=.*\d)(?=.*[a-z])(?=.*[A-Z]).{4,}$"

Field Value

Type: String
See Also