Click or drag to resize

RegexPasswordValidatorValidate Method

Validate the specified password

Namespace:  SanteDB.Core.Services.Impl
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
public bool Validate(
	string password
)

Parameters

password
Type: SystemString

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

Return Value

Type: Boolean

[Missing <returns> documentation for "M:SanteDB.Core.Services.Impl.RegexPasswordValidator.Validate(System.String)"]

Implements

IPasswordValidatorServiceValidate(String)
See Also