namespace CryptoExchange.Net.Authentication { /// /// Output string type /// public enum SignOutputType { /// /// Hex string /// Hex, /// /// Base64 string /// Base64 } }