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