BrockAllen.MembershipReboot.Test.Crypto.CryptoHelperTests.NegativeCount_UsesDefaultPrefix C# (CSharp) Метод

NegativeCount_UsesDefaultPrefix() приватный Метод

private NegativeCount_UsesDefaultPrefix ( ) : void
Результат void
        public void NegativeCount_UsesDefaultPrefix()
        {
            var result = crypto.HashPassword("pass", -1);
            StringAssert.StartsWith(result, crypto.EncodeIterations(DefaultIterationCount) + DefaultCrypto.PasswordHashingIterationCountSeparator);
        }