StrongRandom.GetBytes(Int32) Method
Namespace: DevExpress.Data.Utils.Security
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type |
---|---|
bytesCount | Int32 |
Returns
Type |
---|
Byte[] |
See Also
Namespace: DevExpress.Data.Utils.Security
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
public static byte[] GetBytes(
int bytesCount
)
Public Shared Function GetBytes(
bytesCount As Integer
) As Byte()
Name | Type |
---|---|
bytesCount | Int32 |
Type |
---|
Byte[] |