Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
AK
F1
Timing
Live
Encryption
DecrypterFactoryBase
GetSeedForSession
AK.F1.Timing.Live.Encryption.DecrypterFactoryBase.GetSeedForSession C# (CSharp) Method
DecrypterFactoryBase Class Documentation
Datei anzeigen
Open project: simoneb/ak-f1-timing
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);
DecrypterFactoryBase
Create
CreateWithSeed
DecrypterFactoryBase
GetSeedForSession