AK.F1.Timing.Live.Encryption.DecrypterFactoryBaseTest.StubDecrypterFactory.GetSeedForSession C# (CSharp) Method

GetSeedForSession() protected method

protected GetSeedForSession ( string sessionId ) : int
sessionId string
return int
            protected override int GetSeedForSession(string sessionId)
            {
                ++GetSeedForSessionCount;

                return 7;
            }
DecrypterFactoryBaseTest.StubDecrypterFactory