Mobile API Reference  MicroStrategy 2019
GetCertificateService.h
Go to the documentation of this file.
1 //
2 // GetCertificateService.h
3 // MSTRMobileSDK
4 //
5 // Created by Kevin Maurer on 12/8/10.
6 // Copyright 2010 __MyCompanyName__. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import "MSIServiceImpl.h"
11 
12 @class MSIProjectInfo;
13 
15 
16  NSDictionary* parameters;
17  NSString* pkcs12Password;
19 }
20 
21 @property (nonatomic, strong) NSDictionary* parameters;
22 @property (nonatomic, copy) NSString* pkcs12Password;
23 @property (nonatomic, strong) NSString *certificateServerURL;
24 @end
NSString * pkcs12Password
Definition: GetCertificateService.h:17
Definition: GetCertificateService.h:14
NSDictionary * parameters
Definition: GetCertificateService.h:16
Definition: MSIServiceImpl.h:30
NSString * certificateServerURL
Definition: GetCertificateService.h:18
Definition: MSIProjectInfo.h:17