RandomNumberGenerator.Fill(Span<Byte>) Methode

Definitie

Vult een bereik met cryptografisch sterke willekeurige bytes.

public:
 static void Fill(Span<System::Byte> data);
public static void Fill(Span<byte> data);
static member Fill : Span<byte> -> unit
Public Shared Sub Fill (data As Span(Of Byte))

Parameters

data
Span<Byte>

Het bereik om te vullen met cryptografisch sterke willekeurige bytes.

Van toepassing op