RandomNumberGenerator
RandomNumberGenerator()
Create()
Create(String)
Dispose()
Dispose(Boolean)
Fill(Span<Byte>)
GetBytes(Byte[])
GetBytes(Int32)
GetBytes(Byte[], Int32, Int32)
GetBytes(Span<Byte>)
GetHexString(Int32, Boolean)
GetHexString(Span<Char>, Boolean)
GetInt32(Int32)
GetInt32(Int32, Int32)
GetItems<T>(ReadOnlySpan<T>, Int32)
GetItems<T>(ReadOnlySpan<T>, Span<T>)
GetNonZeroBytes(Byte[])
GetNonZeroBytes(Span<Byte>)
GetString(ReadOnlySpan<Char>, Int32)
Shuffle<T>(Span<T>)
net10.0
namespace System.Security.Cryptography
{
public abstract class RandomNumberGenerator : IDisposable
{
public virtual void GetNonZeroBytes(Span<byte> data);
}
}
| nuget.org | 0.0 % Reference this API |
|---|---|
| Design Reviews |
|
| .NET | 5.06.07.08.09.010.0 |
| .NET Core | 3.03.1 |
Information specific to net10.0 | |
| Assembly | System.Security.Cryptography , Version=10.0.0.0, PublicKeyToken=b03f5f7f11d50a3a |
| Referencing | The API is automatically referenced. |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API