SecureBlackbox Lite 2020 C++ Edition

Questions / Feedback?

ConnInfoKexBits Property

The number of bits used by the key exchange algorithm.

Syntax

ANSI (Cross Platform)
int GetConnInfoKexBits();

Unicode (Windows)
INT GetConnInfoKexBits();
@property (nonatomic,readonly,assign,getter=connInfoKexBits) int connInfoKexBits;
- (int)connInfoKexBits;
#define PID_SSHCLIENT_CONNINFOKEXBITS 15

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

Default Value

0

Remarks

The number of bits used by the key exchange algorithm.

This property is read-only.

Data Type

Integer

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