SecureBlackbox 2020 C++ Edition

Questions / Feedback?

PinnedClientID Property

The client connection's unique identifier.

Syntax

ANSI (Cross Platform)
int64 GetPinnedClientID();

Unicode (Windows)
LONG64 GetPinnedClientID();
@property (nonatomic,readonly,assign,getter=pinnedClientID) long long pinnedClientID;
- (long long)pinnedClientID;
#define PID_SFTPSERVER_PINNEDCLIENTID 51

SECUREBLACKBOX_EXTERNAL void* SECUREBLACKBOX_CALL SecureBlackbox_SFTPServer_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

-1

Remarks

The client connection's unique identifier. This value is used throughout to refer to a particular client connection.

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

Data Type

Long64

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