RMS SDK for C++  0.2.1
A client library for using Microsoft RMS from Linux.
RmsauthIdHelper.h
1 /*
2  * ======================================================================
3  * Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
4  * Licensed under the MIT License.
5  * See LICENSE.md in the project root for license information.
6  * ======================================================================
7 */
8 
9 #ifndef RMSAUTHIDHELPER
10 #define RMSAUTHIDHELPER
11 
12 #include "types.h"
13 
14 namespace rmsauth {
15 
17 {
18 public:
19  static const Headers getProductHeaders();
20  static const Headers getPlatformHeaders();
21 
22 private:
23  static const String getProcessorArchitecture();
24  static const String getOSVersion();
25 };
26 
27 } // namespace rmsauth {
28 
29 #endif // RMSAUTHIDHELPER
Definition: RmsauthIdHelper.h:16
Definition: AcquireTokenForClientHandler.h:14