AK.F1.Timing.Live.Encryption.LiveDecrypterFactory.LiveDecrypterFactory C# (CSharp) Méthode

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

            AuthToken = token.Token;
        }