예제 #1
0
        public string CreateKeyToken(string stringToHash)
        {
            ApiKeyInfo apiKey = this.GetApiKeyInfo(this);

            return("{0}:{1}"._Format(apiKey.ApiKey, stringToHash).Hash(HashAlgorithm));
        }