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
파일 보기 프로젝트 열기: simoneb/ak-f1-timing

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