CryptoUtilsGetRandomBytes Method

Generates secure random bytes.

Definition

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

Parameters

length  Int32
Length in bytes.

Return Value

Byte
An array of random bytes.

See Also