Skip to main content
All docs
V25.1
  • StrongRandom.NextBytes(Byte[]) Method

    Fills the specified array with random bytes.

    Namespace: DevExpress.Data.Utils.Security

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public static void NextBytes(
        byte[] bytes
    )

    Parameters

    Name Type Description
    bytes Byte[]

    The byte array to fill with cryptographically secure random values.

    See Also