azure-core
Loading...
Searching...
No Matches
user_agent.hpp
Go to the documentation of this file.
1// Copyright (c) Microsoft Corporation.
2// Licensed under the MIT License.
3
9#pragma once
10
11#include <string>
12
13namespace Azure { namespace Core { namespace Http { namespace _detail {
14 class UserAgentGenerator {
15 public:
16 static std::string GenerateUserAgent(
17 std::string const& componentName,
18 std::string const& componentVersion,
19 std::string const& applicationId,
20 long cplusplusValue);
21 };
22}}}} // namespace Azure::Core::Http::_detail
Compute the hash value for the input binary data, using SHA256, SHA384 and SHA512.
Definition azure_assert.hpp:57