CryptoUtilsGetRandomBytes Method |
Generates secure random bytes.
Namespace: KeeperSecurity.UtilsAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax public static byte[] GetRandomBytes(
int length
)
Parameters
- length Int32
- Length in bytes.
Return Value
ByteAn array of random bytes.
See Also