SecureBlackbox 2020 C++ Edition

Questions / Feedback?

StorageFileName Property

A path to the KMIP object database.

Syntax

ANSI (Cross Platform)
char* GetStorageFileName();
int SetStorageFileName(const char* lpszStorageFileName); Unicode (Windows) LPWSTR GetStorageFileName();
INT SetStorageFileName(LPCWSTR lpszStorageFileName);
@property (nonatomic,readwrite,assign,getter=storageFileName,setter=setStorageFileName:) NSString* storageFileName;
- (NSString*)storageFileName;
- (void)setStorageFileName:(NSString*)newStorageFileName;
#define PID_KMIPSERVER_STORAGEFILENAME 40

SECUREBLACKBOX_EXTERNAL void* SECUREBLACKBOX_CALL SecureBlackbox_KMIPServer_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
SECUREBLACKBOX_EXTERNAL int SECUREBLACKBOX_CALL SecureBlackbox_KMIPServer_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

Assign the path to the database of objects managed by the KMIP server to this property.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 C++ Edition - Version 20.0 [Build 8166]