Click or drag to resize

IPasswordValidatorService Interface

Represents a password validation service

Namespace:  SanteDB.Core.Security.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
public interface IPasswordValidatorService : IServiceImplementation

The IPasswordValidatorService type exposes the following members.

Properties
  NameDescription
Public propertyServiceName
Gets the service name
(Inherited from IServiceImplementation.)
Top
Methods
  NameDescription
Public methodValidate
Validate the password
Top
See Also