SecureBlackbox 2020 iOS Edition

Questions / Feedback?

keyUsername (property)

Specifies the name of the user bound to this key.

Syntax

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

Default Value

""

Remarks

Specifies the name of the user bound to this key.

The PGP username is typically represented with a full name and an email address, but generally can be any non-empty string.

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