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>)
net9.0
namespace System.Security.Cryptography
{
public abstract class RandomNumberGenerator : IDisposable
{
public static byte[]! GetBytes(int count);
}
}
nuget.org | 0.1 %
Reference this API |
---|---|
Upgrade Planner | 0.0 %
Reference this API |
Design Reviews |
|
.NET | 6.07.08.09.0 |
Information specific to net9.0 | |
Assembly | System.Security.Cryptography , Version=9.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