Click or drag to resize

RegexPasswordValidator Constructor

Create regex password validator with specified expression

Namespace:  SanteDB.Core.Services.Impl
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
public RegexPasswordValidator(
	string passwordMatch
)

Parameters

passwordMatch
Type: SystemString

[Missing <param name="passwordMatch"/> documentation for "M:SanteDB.Core.Services.Impl.RegexPasswordValidator.#ctor(System.String)"]

See Also