C# Класс Chaos.Portal.Authentication.Tests.Domain.PasswordHelperTest

Наследование: TestBase
Показать файл Открыть проект

Приватные методы

Метод Описание
GenerateHash_MultipleIterationWithoutSalt_ShouldGenerateDifferentHashesForSamePassword ( ) : void
GenerateHash_OneIterationWithSalt_ShouldGenerateDifferentHashesForSamePassword ( ) : void
GenerateHash_OneIterationWithoutSalt_DifferentSaltsYieldSameResult ( ) : void
GenerateHash_OneIterationWithoutSalt_ShouldBeCompatibleWithV5 ( ) : void
Make_PasswordHelper ( uint iterations, bool useSalt ) : PasswordHelper