GPIC - Backend  1.0
Aplicações .NET para o backend do GPIC
Referência ao interface Domain.Interfaces.Services.IHashService
Diagrama de heranças da classe Domain.Interfaces.Services.IHashService
[legenda]

Membros públicos

string HashPassword (string password)
 
bool VerifyPassword (string password, string? hashedPassword)
 

Documentação dos métodos

◆ HashPassword()

string Domain.Interfaces.Services.IHashService.HashPassword ( string  password)

Implementado em Services.HashService.

◆ VerifyPassword()

bool Domain.Interfaces.Services.IHashService.VerifyPassword ( string  password,
string?  hashedPassword 
)

Implementado em Services.HashService.


A documentação para este interface foi gerada a partir do seguinte ficheiro: