public sealed class CryptoApiRandomGenerator : IRandomGenerator,
IDisposable
Public NotInheritable Class CryptoApiRandomGenerator
Implements IRandomGenerator, IDisposable
public ref class CryptoApiRandomGenerator sealed : IRandomGenerator,
IDisposable
Org.BouncyCastle.Crypto.Prng.CryptoApiRandomGenerator = function();
Type.createClass(
'Org.BouncyCastle.Crypto.Prng.CryptoApiRandomGenerator',
null,
Org.BouncyCastle.Crypto.Prng.IRandomGenerator,
IDisposable);
CryptoApiRandomGenerator | Initializes a new instance of the CryptoApiRandomGenerator class |
CryptoApiRandomGenerator(RandomNumberGenerator) | Initializes a new instance of the CryptoApiRandomGenerator class |
AddSeedMaterial(Byte) | |
AddSeedMaterial(Int64) | |
AddSeedMaterial(ReadOnlySpanByte) | |
Dispose | Releases all resources used by the CryptoApiRandomGenerator |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
NextBytes(Byte) | |
NextBytes(SpanByte) | |
NextBytes(Byte, Int32, Int32) | |
ToString | Returns a string that represents the current object. (Inherited from Object) |