SecureBlackbox 2020 iOS Edition

Questions / Feedback?

websiteName (property)

Specifies the web site name to use in the certificate.

Syntax

@property (nonatomic,readwrite,assign,getter=websiteName,setter=setWebsiteName:) NSString* websiteName;
- (NSString*)websiteName;
- (void)setWebsiteName:(NSString*)newWebsiteName;
public var websiteName: String {
  get {...}
set {...} }

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'.

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