C# 클래스 Chaos.Portal.Authentication.Tests.Domain.PasswordHelperTest

상속: TestBase
파일 보기 프로젝트 열기: CHAOS-Community/CHAOS.Portal.Authentication

비공개 메소드들

메소드 설명
GenerateHash_MultipleIterationWithoutSalt_ShouldGenerateDifferentHashesForSamePassword ( ) : void
GenerateHash_OneIterationWithSalt_ShouldGenerateDifferentHashesForSamePassword ( ) : void
GenerateHash_OneIterationWithoutSalt_DifferentSaltsYieldSameResult ( ) : void
GenerateHash_OneIterationWithoutSalt_ShouldBeCompatibleWithV5 ( ) : void
Make_PasswordHelper ( uint iterations, bool useSalt ) : PasswordHelper