AK.F1.Timing.Live.Encryption.DecrypterFactoryBase.GetSeedForSession C# (CSharp) 메소드

GetSeedForSession() 보호된 추상적인 메소드

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.
리턴 int
        protected abstract int GetSeedForSession(string sessionId);