SecureBlackbox 2020 C++ Edition

Questions / Feedback?

TSAName Property

Specifies the name of TSA.

Syntax

ANSI (Cross Platform)
char* GetTSAName();
int SetTSAName(const char* lpszTSAName); Unicode (Windows) LPWSTR GetTSAName();
INT SetTSAName(LPCWSTR lpszTSAName);
@property (nonatomic,readwrite,assign,getter=TSAName,setter=setTSAName:) NSString* TSAName;
- (NSString*)TSAName;
- (void)setTSAName:(NSString*)newTSAName;
#define PID_TSPSERVER_TSANAME 98

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

Default Value

""

Remarks

Use this property to provide the alternative name of the TSA, in RDN format.

Data Type

String

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