SecureBlackbox Lite 2020 iOS Edition

Questions / Feedback?

username (property)

Specifies client's username on the server.

Syntax

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

Default Value

""

Remarks

Client's password is set by Password property. ;

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