Click or drag to resize

IPasswordValidatorServiceValidate Method

Validate the password

Namespace:  SanteDB.Core.Security.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
bool Validate(
	string password
)

Parameters

password
Type: SystemString

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

Return Value

Type: Boolean

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

See Also