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

GetSeedForSession() protected abstract method

When overriden in a derived class, gets the decryption seed for the this with the specified identifier.
/// Thrown when is . /// /// Thrown when is empty. ///
protected abstract GetSeedForSession ( string sessionId ) : int
sessionId string The identifier of the this to return the decryption seed /// for.
return int
        protected abstract int GetSeedForSession(string sessionId);