IPWorks Encrypt 2020 iOS Edition

Questions / Feedback?

randBytesLength (property)

The length of the byte array to be generated.

Syntax

@property (nonatomic,readwrite,assign,getter=randBytesLength,setter=setRandBytesLength:) int randBytesLength;
- (int)randBytesLength;
- (void)setRandBytesLength:(int)newRandBytesLength;
public var randBytesLength: Int32 {
  get {...}
set {...} }

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.

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