Click or drag to resize

CryptoUtilsGetRandomBytes Method

Generates secure random bytes.

Namespace: KeeperSecurity.Utils
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public static byte[] GetRandomBytes(
	int length
)

Parameters

length  Int32
Length in bytes.

Return Value

Byte
An array of random bytes.
See Also