CryptoUtilsGetRandomBytes Method
Generates secure random bytes.
Namespace: KeeperSecurity.UtilsAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
public static byte[] GetRandomBytes(
int length
)
- length Int32
- Length in bytes.
ByteAn array of random bytes.