IPWorks Encrypt 2020 C++ Edition

Questions / Feedback?

RandBytes Property

The random byte array.

Syntax

ANSI (Cross Platform)
int GetRandBytes(char* &lpRandBytes, int &lenRandBytes);

Unicode (Windows)
INT GetRandBytes(LPSTR &lpRandBytes, INT &lenRandBytes);
@property (nonatomic,readonly,assign,getter=randBytes) NSString* randBytes;
- (NSString*)randBytes;

@property (nonatomic,readonly,assign,getter=randBytesB) NSData* randBytesB; - (NSData*)randBytesB;
#define PID_EZRAND_RANDBYTES 4

IPWORKSENCRYPT_EXTERNAL void* IPWORKSENCRYPT_CALL IPWorksEncrypt_EzRand_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

This property holds the random byte array generated by calling GetNextBytes.

This property is read-only.

Data Type

Binary String

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Encrypt 2020 C++ Edition - Version 20.0 [Build 8155]