In This Topic
Creates a random encryption key suitable for use by the encryption/decryption methods in this class.
Syntax
'Declaration
Public Shared Function GetRandomBytes( _
ByVal As Integer _
) As Byte()
public static byte[] GetRandomBytes(
int
)
Parameters
- length
See Also