C# Класс 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.
Наследование: DecrypterFactoryBase
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
MakeSeedUri System.Uri

Открытые методы

Метод Описание
LiveDecrypterFactory ( AuthenticationToken token ) : System

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

Защищенные методы

Метод Описание
CreateWithSeed ( int seed ) : IDecrypter
GetSeedForSession ( string sessionId ) : int

Приватные методы

Метод Описание
MakeSeedUri ( string sessionId ) : Uri

Описание методов

CreateWithSeed() защищенный Метод

protected CreateWithSeed ( int seed ) : IDecrypter
seed int
Результат IDecrypter

GetSeedForSession() защищенный Метод

protected GetSeedForSession ( string sessionId ) : int
sessionId string
Результат int

LiveDecrypterFactory() публичный Метод

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 .
Результат System