SecureBlackbox 2020 iOS Edition

Questions / Feedback?

alphabet (property)

Alphabet to use for random string generation.

Syntax

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

Default Value

""

Remarks

Use this property to provide a list of characters to be used by NextString method. The empty value has a special meaning, and is equivalent to 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789'.

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