AK.F1.Timing.Live.Encryption.LiveDecrypterFactory.LiveDecrypterFactory C# (CSharp) 메소드

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
        public LiveDecrypterFactory(AuthenticationToken token)
        {
            Guard.NotNull(token, "token");

            AuthToken = token.Token;
        }