C# 클래스 AK.F1.Timing.Live.Encryption.DecrypterFactoryBaseTest.StubDecrypterFactory

상속: DecrypterFactoryBase
파일 보기 프로젝트 열기: simoneb/ak-f1-timing

공개 메소드들

메소드 설명
GetLogProperty ( ) : log4net.ILog

보호된 메소드들

메소드 설명
CreateWithSeed ( int seed ) : IDecrypter
GetSeedForSession ( string sessionId ) : int

메소드 상세

CreateWithSeed() 보호된 메소드

protected CreateWithSeed ( int seed ) : IDecrypter
seed int
리턴 IDecrypter

GetLogProperty() 공개 메소드

public GetLogProperty ( ) : log4net.ILog
리턴 log4net.ILog

GetSeedForSession() 보호된 메소드

protected GetSeedForSession ( string sessionId ) : int
sessionId string
리턴 int