SecureBlackbox 2020 iOS Edition

Questions / Feedback?

proxyPassword (property)

The password to authenticate to the proxy server.

Syntax

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

Default Value

""

Remarks

The password to authenticate to the proxy server.

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