SecureBlackbox Lite 2020 C++ Edition

Questions / Feedback?

Alphabet Property

Alphabet to use for random string generation.

Syntax

ANSI (Cross Platform)
char* GetAlphabet();
int SetAlphabet(const char* lpszAlphabet); Unicode (Windows) LPWSTR GetAlphabet();
INT SetAlphabet(LPCWSTR lpszAlphabet);
@property (nonatomic,readwrite,assign,getter=alphabet,setter=setAlphabet:) NSString* alphabet;
- (NSString*)alphabet;
- (void)setAlphabet:(NSString*)newAlphabet;
#define PID_RND_ALPHABET 1

SECUREBLACKBOXLITE_EXTERNAL void* SECUREBLACKBOXLITE_CALL SecureBlackboxLite_Rnd_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
SECUREBLACKBOXLITE_EXTERNAL int SECUREBLACKBOXLITE_CALL SecureBlackboxLite_Rnd_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

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

Data Type

String

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