IPWorks Encrypt 2020 C++ Edition

Questions / Feedback?

RandBytesLength Property

The length of the byte array to be generated.

Syntax

ANSI (Cross Platform)
int GetRandBytesLength();
int SetRandBytesLength(int iRandBytesLength); Unicode (Windows) INT GetRandBytesLength();
INT SetRandBytesLength(INT iRandBytesLength);
@property (nonatomic,readwrite,assign,getter=randBytesLength,setter=setRandBytesLength:) int randBytesLength;
- (int)randBytesLength;
- (void)setRandBytesLength:(int)newRandBytesLength;
#define PID_EZRAND_RANDBYTESLENGTH 5

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

Default Value

16

Remarks

This property specifies the length of the random byte array to be generated. The RandBytes property will hold the byte array after GetNextBytes is called. The default value is 16.

Data Type

Integer

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