RMS SDK for C++
0.2.1
A client library for using Microsoft RMS from Linux.
Main Page
Related Pages
Classes
sdk
rmsauth_sdk
rmsauth
rmsauth
ClientAssertionCertificate.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 CLIENTASSERTIONCERTIFICATE_H
10
#define CLIENTASSERTIONCERTIFICATE_H
11
12
#include "types.h"
13
14
namespace
rmsauth
{
15
16
class
ClientAssertionCertificate
17
{
18
public
:
19
ClientAssertionCertificate
();
20
const
String& clientId()
const
{
return
clientId_; }
21
22
private
:
23
String clientId_;
24
};
25
26
using
ClientAssertionCertificatePtr = ptr<ClientAssertionCertificate>;
27
28
}
// namespace rmsauth {
29
30
#endif // CLIENTASSERTIONCERTIFICATE_H
rmsauth::ClientAssertionCertificate
Definition:
ClientAssertionCertificate.h:16
rmsauth
Definition:
AcquireTokenForClientHandler.h:14
Generated on Mon Jul 27 2015 15:06:46 for RMS SDK for C++ by
1.8.9.1