SecureBlackbox Lite 2020 C++ Edition

Questions / Feedback?

ConnInfoExportable Property

Indicates whether a TLS connection uses a reduced-strength exportable cipher.

Syntax

ANSI (Cross Platform)
int GetConnInfoExportable();

Unicode (Windows)
BOOL GetConnInfoExportable();
@property (nonatomic,readonly,assign,getter=connInfoExportable) BOOL connInfoExportable;
- (BOOL)connInfoExportable;
#define PID_DTLSCLIENT_CONNINFOEXPORTABLE 18

SECUREBLACKBOXLITE_EXTERNAL void* SECUREBLACKBOXLITE_CALL SecureBlackboxLite_DTLSClient_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

FALSE

Remarks

Indicates whether a TLS connection uses a reduced-strength exportable cipher.

This property is read-only and not available at design time.

Data Type

Boolean

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