GPIC - Backend
1.0
Aplicações .NET para o backend do GPIC
|
Membros públicos | |
string | HashPassword (string password) |
bool | VerifyPassword (string password, string? hashedPassword) |
string Domain.Interfaces.Services.IHashService.HashPassword | ( | string | password | ) |
Implementado em Services.HashService.
bool Domain.Interfaces.Services.IHashService.VerifyPassword | ( | string | password, |
string? | hashedPassword | ||
) |
Implementado em Services.HashService.