PHP Classes

File: backend/dotnet/Services/IPasswordHasher.cs

Recommend this page to a friend!
  Packages of Everton C B Junior   Igreja Aberta   backend/dotnet/Services/IPasswordHasher.cs   Download  
File: backend/dotnet/Services/IPasswordHasher.cs
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Igreja Aberta
Church activity management application
Author: By
Last change:
Date: 9 days ago
Size: 177 bytes
 

Contents

Class file image Download
namespace Jdb.Api.Services { public interface IPasswordHasher { string Hash(string password); bool Verify(string password, string passwordHash); } }