Returns pseudo-random key bytes.
Namespace:
?
System.Security.Cryptography
Assembly:
?
mscorlib (in mscorlib.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overrides Function GetBytes ( _
cb As Integer _
) As Byte() |
C# |
---|
public override byte[] GetBytes(
int cb
) |
JavaScript |
---|
function getBytes(cb); |
Parameters
- cb
- Type: System..::.Int32
The number of pseudo-random key bytes to generate.
Return Value
A byte array filled with pseudo-random key bytes.
See Also