AK.F1.Timing.Live.Encryption.DecrypterFactoryBase.GetSeedForSession C# (CSharp) Méthode

GetSeedForSession() protected abstract méthode

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.
Résultat int
        protected abstract int GetSeedForSession(string sessionId);