C# Class AK.F1.Timing.Live.Encryption.LiveDecrypterFactory

An AK.F1.Timing.Live.Encryption.IDecrypterFactory implementation which creates decrypters seeded using an AK.F1.Timing.AuthenticationToken generated by the live-timing login service. This class cannot be inherited.
Inheritance: DecrypterFactoryBase
Afficher le fichier Open project: simoneb/ak-f1-timing

Private Properties

Свойство Type Description
MakeSeedUri System.Uri

Méthodes publiques

Méthode Description
LiveDecrypterFactory ( AuthenticationToken token ) : System

Initialises a new instance of the LiveDecrypterFactory class and specifies the user's AuthenticationToken

Méthodes protégées

Méthode Description
CreateWithSeed ( int seed ) : IDecrypter
GetSeedForSession ( string sessionId ) : int

Private Methods

Méthode Description
MakeSeedUri ( string sessionId ) : Uri

Method Details

CreateWithSeed() protected méthode

protected CreateWithSeed ( int seed ) : IDecrypter
seed int
Résultat IDecrypter

GetSeedForSession() protected méthode

protected GetSeedForSession ( string sessionId ) : int
sessionId string
Résultat int

LiveDecrypterFactory() public méthode

Initialises a new instance of the LiveDecrypterFactory class and specifies the user's AuthenticationToken
/// Thrown when is . ///
public LiveDecrypterFactory ( AuthenticationToken token ) : System
token AuthenticationToken The user's .
Résultat System