SecureBlackbox 2020 C++ Edition

Questions / Feedback?

WebsiteName Property

Specifies the web site name to use in the certificate.

Syntax

ANSI (Cross Platform)
char* GetWebsiteName();
int SetWebsiteName(const char* lpszWebsiteName); Unicode (Windows) LPWSTR GetWebsiteName();
INT SetWebsiteName(LPCWSTR lpszWebsiteName);
@property (nonatomic,readwrite,assign,getter=websiteName,setter=setWebsiteName:) NSString* websiteName;
- (NSString*)websiteName;
- (void)setWebsiteName:(NSString*)newWebsiteName;
#define PID_WEBDAVSERVER_WEBSITENAME 121

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

Default Value

"SecureBlackbox"

Remarks

If using an internally-generated certificate, use this property to specify the web site name to be included as a common name. A typical common name consists of the host name, such as '192.168.10.10' or 'domain.com'.

Data Type

String

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