AK.F1.Timing.Live.Encryption.DecrypterFactoryBase.CreateWithSeed C# (CSharp) Method

CreateWithSeed() protected abstract method

When overriden in a derived class; creates a new AK.F1.Timing.Live.Encryption.IDecrypter using the specified seed.
protected abstract CreateWithSeed ( int seed ) : IDecrypter
seed int The decryption seed.
return IDecrypter
        protected abstract IDecrypter CreateWithSeed(int seed);