SecureBlackbox 2020 C++ Edition

Questions / Feedback?

ConnInfoClientAuthenticated Property

Specifies whether client authentication was performed during this connection.

Syntax

ANSI (Cross Platform)
int GetConnInfoClientAuthenticated();

Unicode (Windows)
BOOL GetConnInfoClientAuthenticated();
@property (nonatomic,readonly,assign,getter=connInfoClientAuthenticated) BOOL connInfoClientAuthenticated;
- (BOOL)connInfoClientAuthenticated;
#define PID_WEBDAVCLIENT_CONNINFOCLIENTAUTHENTICATED 10

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

Default Value

FALSE

Remarks

Specifies whether client authentication was performed during this connection.

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

Data Type

Boolean

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